GLTFResult

THREE.GLTFResult
trait GLTFResult extends Object

The result of loading a GLTF asset.

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val animations: Array[Object]

The loaded animations.

The loaded animations.

Attributes

val asset: Object

The loaded asset.

The loaded asset.

Attributes

val cameras: Array[Camera]

The loaded cameras.

The loaded cameras.

Attributes

val parser: Object

The loaded parser.

The loaded parser.

Attributes

val scene: Scene

The loaded scene.

The loaded scene.

Attributes

val scenes: Array[Scene]

The loaded scenes.

The loaded scenes.

Attributes

val userData: Object

The loaded user data.

The loaded user data.

Attributes