Skip to content
Dalí edited this page Sep 25, 2017 · 1 revision

Tour Code Documentation.

  • Auto rotatie:

panoSphere.options.autoPan = true;

panoSphere.options.autoPan = false;


  • waarde te veranderen/snelheid auto rotatie (0.1 default)

panoSphere.options.autoPanSpeed = [INSERT VALUE];

  • Interval voor de auto rotatie (1000 default)

panoSphere.options.autoPanInterval = [INSERT VALUE];


  • horizontale / Panorama (lock):

panoSphere.options.sphereMode=false;

panoSphere.options.sphereMode=true;


  • Popup waneer je op een richting klikt:

panoSphere.popup.show("INSERT TEXT.");


  • Images inladen:

panoSphere.showCustomNode({ front: "SOURCE", back: "SOURCE ", left: "SOURCE", right: "SOURCE", up: "SOURCE", down: "SOURCE" });

Clone this wiki locally