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
| Property | Type | Description | Defined in |
|---|---|---|---|
renderStrategy | RenderStrategy | The rendering strategy (CPU painter's algorithm or GPU) used by the context. | 3d/src/core/context.ts:69 |