-
Notifications
You must be signed in to change notification settings - Fork 9
Documentation
Dalí edited this page Sep 25, 2017
·
1 revision
- 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" });