Skip to content

Documentation / @ripl/3d / Context3DMeta

Interface: Context3DMeta

Defined in: 3d/src/core/context.ts:67

Typed metadata for 3D contexts.

Indexable

[key: string]: unknown

Arbitrary additional metadata entries.

Properties

PropertyTypeDescriptionDefined in
renderStrategyRenderStrategyThe rendering strategy (CPU painter's algorithm or GPU) used by the context.3d/src/core/context.ts:69