Version of the host application. (e.g. used as meta data for saved documents).
Readonly
eventWill be triggered periodically from the applications main loop. Can be used for custom animations.
Callbacks which should be implemented by the host application.
The options used to initialize the application. If the aplication was not initialized yet these options represent the default options.
Has to be called once to intialize the application. The 3d rendering canvas will be created as a children of pViewerContainer. Returns false if initialization failed.
Optional
pOptions: Partial<AppInitOptions>Generated using TypeDoc
Name of the host application. (e.g. used as meta data for saved documents).