You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add parameters to a Potree URL, e.g. for linking to a specific view?
For example, for http://potree.org/potree/examples/annotations.html , let's say I would like to link to:
viewer.scene.view.position.set(589863.919, 231456.400, 750.975);
viewer.scene.view.lookAt(new THREE.Vector3(589899.779, 231327.250, 747.285));
Is it possible to add parameters to a Potree URL, e.g. for linking to a specific view?
For example, for http://potree.org/potree/examples/annotations.html , let's say I would like to link to:
viewer.scene.view.position.set(589863.919, 231456.400, 750.975);
viewer.scene.view.lookAt(new THREE.Vector3(589899.779, 231327.250, 747.285));
Is there a strategy to put this in a hyperlink, such as http://potree.org/potree/examples/annotations.html#viewer.scene.view.position.set(589863.919, 231456.400, 750.975); ?
(I'm a noob, so it's possible that this already exists, but I do not know the syntax.)
Thank you!
The text was updated successfully, but these errors were encountered: