Skip to main content

Type Alias: MorphTargets

type MorphTargets = {
weights: Record<string, Float>;
};

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:566

Contains weights assigned to morph targets of the mesh referred to by the entity's mesh_ref.

Properties

weights

weights: Record<string, Float>;

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:570

Weights assigned to morph targets of the submesh.