Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Model3dAsset

3D model file stored in Space.

Supported mesh file formats:

  • .fbx (without embedded media)
  • .obj(with .mtl)
  • .stl

Supported texture file formats:

  • .jpg
  • .png
  • .tga

See AnimatedItem

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

name: string
returns

original name of this asset derived from uploaded file.

type: "image" | "image_360" | "image_gif" | "sound" | "video" | "model"
returns

asset type.

Methods

  • Creates an AnimatedItem from this Model3DAsset.

    Parameters

    • position: Vector3

      initial world space position of AnimatedItem.

    Returns AnimatedItem

    created AnimatedItem.