Skip to content

Documentation / scene / GeometryCacheState

Type Alias: GeometryCacheState

GeometryCacheState = object

Defined in: libs/scene/src/animation/geometry_cache_utils.ts:25

Mutable working state used while evaluating geometry cache tracks.

Properties

positions

positions: Float32Array

Defined in: libs/scene/src/animation/geometry_cache_utils.ts:26


normals?

optional normals?: Nullable<Float32Array>

Defined in: libs/scene/src/animation/geometry_cache_utils.ts:27


boundingBox

boundingBox: BoundingBox

Defined in: libs/scene/src/animation/geometry_cache_utils.ts:28

Released under the MIT License.