Optional
viewerSettings: DeepPartial<ViewerSettings>Can be overwritten to tweak settings for the Babylon.js engine or viewer internal functionalities like "texture downscaling mode"
Optional
defaultSceneSettings: DeepPartial<DefaultSceneSettings>Can be overwritten to tweak settings for the automatically create Babylon.js scene.
This scene contains a camera and an environment per default.
Readonly
canvasStatic
Readonly
versionCalculates size of the current scene.
Only takes meshes into considerations that:
Optional
excludeGeometry: ExcludedGeometryListResume render loop when paused by pauseRendering function
Static
getReturns all modules which are exported by the viewers index file.
Needed by the Combeenation viewer control in situations where the viewer is injected from external code.
See Combeenation docs for more details.
Generated using TypeDoc
This is the entry point into the application.
Create an instance to set up the viewer on your canvas.
Use "manager" sub classes for interacting with the Babylon.js engine. (e.g.
modelManager
for loading models into the scene)