Applies the specified features of the provided scene view state to the scene.
Applies the provided scene view state to the scene.
Returns the current visible BoundingBox for the scene.
An instance of the current camera of the scene. The camera provides a number of
methods that can be used in combination with the render
method to make programmatic
updates to the scene's camera.
CrossSectioner to update cross sectioning planes and get current configuration.
Returns an executor that accepts a function as a parameter that contains one or many operations to apply to the scene view. The operations will be applied transactionally.
Raycaster to request items that intersect a point.
Resets the view to its default state, with the ability to reset the camera to that of the base scene.
The current x and y scale of the rendered image.
The current viewport of the scene, in pixels.
A class that represents the
Scene
that has been loaded into the viewer. On it, you can retrieve attributes of the scene, such as the camera. It also contains methods for updating the scene and performing requests to rerender the scene.