Skip to content

Documentation / scene / GeometryCacheFrame

Type Alias: GeometryCacheFrame

GeometryCacheFrame = object

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

Geometry cache frame data for a single sampled time.

Properties

positions

positions: Float32Array

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


normals?

optional normals?: Nullable<Float32Array>

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


boundingBox

boundingBox: BoundingBox

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

Released under the MIT License.