@novorender/web_app / RenderStateScene
Interface: RenderStateScene
Static, streamable geometry render state.
Remarks
Any change to this state will trigger a complete reload of the streamable scene.
Properties
config
readonly config: SceneConfig;
The scene configuration.
Defined in
@novorender/core3d/state/scene.ts:12
hide?
readonly optional hide: RenderStateStaticGeometryKinds;
Flags for whether to hide/filter various kinds of geometry.
Defined in
@novorender/core3d/state/scene.ts:14
url
readonly url: string;
Base url whence the scene was downloaded.