Type Alias: MorphTargets
type MorphTargets = {
weights: Record<string, Float>;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:575
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:579
Map from morph target name to weight (commonly 0..1).