Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request]: Saving views and switching between them #217

Open
1 task done
mxgrey opened this issue May 17, 2024 · 1 comment
Open
1 task done

[Feature request]: Saving views and switching between them #217

mxgrey opened this issue May 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mxgrey
Copy link
Collaborator

mxgrey commented May 17, 2024

Before proceeding, is there an existing issue or discussion for this?

Description

It should be possible for users to save their view into a list. Then users can click on each view in the list to switch the user camera over to that view. The user could also select a default among the views which is what the site editor will use when loading the site.

The list of views would be saved to the site file.

Each view can be associated with a level or can be unassociated. Switching to an associated view will also switch the currently selected level. Switching to an unassociated view will just move the Cartesian coordinates of the camera without changing the current level.

@mxgrey mxgrey added the enhancement New feature or request label May 17, 2024
@luca-della-vedova
Copy link
Member

Part of this is implemented in #215, specifically the CameraPoses component in camera_poses.rs.
In the PR it will just be initialized from anchors to their baricenter, what will still be missing is the UI to edit the saved camera poses while running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants