Skip to main content

interface.RenderStateScene

API > 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.

Source

@novorender/core3d/state/scene.ts:12


hide

hide?: RenderStateStaticGeometryKinds

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

Source

@novorender/core3d/state/scene.ts:14


url

readonly url: string

Base url whence the scene was downloaded.

Source

@novorender/core3d/state/scene.ts:10