ObjectLoader
Value members
Constructors
Concrete methods
def load[ObjectType](url: String, onLoad: UndefOr[Function1[ObjectType, Unit]], onProgress: UndefOr[Function1[ProgressEvent, Unit]], onError: UndefOr[Function1[Error | ErrorEvent, Unit]]): Unit
def parseObject[T <: Object3D](data: Any, geometries: Array[Any], materials: Array[Material], animations: Array[AnimationClip]): T