Skip to main content

@novorender/api / RenderStateScene

Interface: RenderStateScene

Defined in: @novorender/src/core3d/state/scene.ts:8

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;

Defined in: @novorender/src/core3d/state/scene.ts:12

The scene configuration.


hide?

readonly optional hide: RenderStateStaticGeometryKinds;

Defined in: @novorender/src/core3d/state/scene.ts:14

Flags for whether to hide/filter various kinds of geometry.


url

readonly url: string;

Defined in: @novorender/src/core3d/state/scene.ts:10

Base url whence the scene was downloaded.