Skip to content

Documentation / scene / GeometryCacheMeshBinding

Type Alias: GeometryCacheMeshBinding

GeometryCacheMeshBinding = object

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

GPU resources bound to a mesh while a geometry cache track is active.

Properties

originalPrimitive

originalPrimitive: Primitive

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


primitive

primitive: Primitive

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


positionBuffer

positionBuffer: StructuredBuffer

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


normalBuffer

normalBuffer: Nullable<StructuredBuffer>

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

Released under the MIT License.