Skip to main content

Interface: MeshAsset

Mesh asset data.

Extends

Properties

name

name: string;

Asset name.

Inherited from

Asset.name


uuid

uuid: `${string}-${string}-${string}-${string}-${string}`;

Asset UUID.

Inherited from

Asset.uuid


assetType

assetType: AssetType;

Asset type.

Inherited from

Asset.assetType


meshPrimitives

meshPrimitives: MeshPrimitive[];

Mesh primitives.


morphTargets?

optional morphTargets: string[];

Morph target names.


morphWeights?

optional morphWeights: number[];

Morph target weights.