Interface: MeshAsset
Mesh asset data.
Extends
Properties
name
name: string;
Asset name.
Inherited from
uuid
uuid: `${string}-${string}-${string}-${string}-${string}`;
Asset UUID.
Inherited from
assetType
assetType: AssetType;
Asset type.
Inherited from
meshPrimitives
meshPrimitives: MeshPrimitive[];
Mesh primitives.
morphTargets?
optional morphTargets: string[];
Morph target names.
morphWeights?
optional morphWeights: number[];
Morph target weights.