Optional
settings: RecursivePartial<ViewerSettings>Readonly
environmentThe environment of the viewer, including the ground plane and lights.
The collection of gizmos available for visualization and interaction within the viewer.
Readonly
inputsThe interface for manipulating default viewer inputs.
Readonly
materialsThe materials used by the viewer to render the vims.
Readonly
raycasterThe interface for performing raycasting into the scene to find objects.
Readonly
rendererThe renderer used by the viewer for rendering scenes.
Readonly
selectionThe interface for managing viewer selection.
Readonly
settingsThe settings configuration used by the viewer.
Readonly
viewportThe interface for managing the HTML canvas viewport.
The interface for manipulating the viewer's camera.
A signal that is dispatched when a new Vim object is loaded or unloaded.
The number of Vim objects currently loaded in the viewer.
Retrieves an array containing all currently loaded Vim objects.
An array of all Vim objects currently loaded in the viewer.
Adds a Vim object to the renderer, triggering the appropriate actions and dispatching events upon successful addition.
The Vim object to add to the renderer.
Unloads the given Vim object from the viewer, updating the scene and triggering necessary actions.
The Vim object to remove from the viewer.
Viewer and loader for vim files.