Module: loaders

Access to THREE's loaders within the CS559 framework

Source:

Classes

FbxGrObject
ObjGrObject

Methods

(inner) normObject(obj)

Rescale an object - assumes that the object is a group with 1 mesh in it

Parameters:
Name Type Description
obj THREE.Object3D
Source:

Type Definitions

LoaderCallback(object)

The loaders have optional callbacks that take a GrObject (not an Object3D!)

Parameters:
Name Type Description
object GrObject
Source: