Project views
Project views are saved configurations for what is available to be rendered by a user.
For example you may import a few files into your account, then setup a project view to showcase or manage one or many of those imports.
Project views contain bookmarks, these are saved views of the data. Think of them like powerpoint slides that show where to look and what data is enabled.
As a developer you have the choice of creating and rendering project views, or handling what they do yourself.
Below will be examples on how to load what project views and bookmarks exist in your account, then how to render them.
Listing available data
Project views can be restricted by login so please ensure to allow the user to login before requesting this information.
Rendering
Rendering a project view requires you to know the ID of both the view and bookmark you're interested in.
Additionally it is recommended to set skipTransition to true for the first bookmark render.
This will skip the camera movement from its default position.