Optional options: RecursivePartial<Settings>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 THREE elements that are not directly related to Vim objects.
A signal that is dispatched when a new Vim object is loaded or unloaded.
The number of Vim objects currently loaded in the viewer.
Adds a Vim object to the renderer, triggering the appropriate actions and dispatching events upon successful addition.
If the Vim object is already added or if loading the Vim would exceed maximum geometry memory.
The Vim object to add to the renderer.
Generated using TypeDoc
Viewer and loader for vim files.