-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels