ThreeDAsset: {
    format: ThreeDFormat;
    license?: MetadataLicenseType;
    playerUrl: URI;
    uri: URI;
    zipPath?: string;
}

A 3D asset.

Type declaration

  • format: ThreeDFormat

    The 3D format of the asset.

  • Optional license?: MetadataLicenseType

    The license regulating the use of the 3D asset.

  • playerUrl: URI

    The URL of the recommended web based 3D player to use to view the 3D asset.

  • uri: URI

    The URI of the 3D asset zip file.

  • Optional zipPath?: string

    Path in extracted zip. Relative. 3D start point, MUST be 3D file type.