NoRenderApp Class

A utility class intended for applications (primarily test-runners) that run in environments that lack support for WebGL. It installs a RenderSystem that produces no graphics. Use NoRenderApp.startup instead of IModelApp.startup to initialize your application frontend. You may then use the IModelApp API as normal.

Methods

Name Description
constructor(): NoRenderApp    
startup(opts?: IModelAppOptions): Promise<void> Static Initializes IModelApp with a RenderSystem that produces no graphics.  

Defined in

Last Updated: 25 April, 2024