Skip to content

editorGlobalsIExternalObjectSpec

Interface: IExternalObjectSpec

An asset may contain several 3d models. This is the minimum spec to parse them

Hierarchy

  • IExternalObjectSpec

Index

Properties

Properties

assetIdAndResourceName

assetIdAndResourceName: string

Defined in src/model/data/Concepts/MakerAsset/MakerAsset.ts:27

What ExternalObject to load


part

part: string

Defined in src/model/data/Concepts/MakerAsset/MakerAsset.ts:32

Parsed from the ExternalObject's properties: the part the object belongs to


transforms

transforms: Transforms

Defined in src/model/data/Concepts/MakerAsset/MakerAsset.ts:38

Parsed from the ExternalObject's properties: the transforms that should be applied on the object ToDo: These probably need to be per-part