Package | away3d.loaders |
Class | public class Object3DLoader |
Inheritance | Object3DLoader ![]() ![]() ![]() |
Subclasses | CubeLoader |
Method | Defined by | ||
---|---|---|---|
Object3DLoader
(init:Object = null) | Object3DLoader | ||
![]() | ObjectContainer3D | ||
![]() |
addChildren(... childarray):void
| ObjectContainer3D | |
![]() |
addOnDimensionsChange(listener:Function):void
| Object3D | |
addOnError(listener:Function):void
| Object3DLoader | ||
![]() |
addOnMouseDown(listener:Function):void
| Object3D | |
![]() |
addOnMouseMove(listener:Function):void
| Object3D | |
![]() |
addOnMouseOut(listener:Function):void
| Object3D | |
![]() |
addOnMouseOver(listener:Function):void
| Object3D | |
![]() |
addOnMouseUp(listener:Function):void
| Object3D | |
![]() |
addOnRadiusChange(listener:Function):void
| Object3D | |
![]() |
addOnSceneChange(listener:Function):void
| Object3D | |
![]() |
addOnSceneTransformChange(listener:Function):void
| Object3D | |
addOnSuccess(listener:Function):void
| Object3DLoader | ||
![]() |
addOnTransformChange(listener:Function):void
| Object3D | |
![]() |
clone(object:* = null):*
| ObjectContainer3D | |
![]() | Object3D | ||
![]() | ObjectContainer3D | ||
[static]
| Object3DLoader | ||
[static]
| Object3DLoader | ||
![]() | Object3D | ||
![]() |
moveBackward(distance:Number):void
| Object3D | |
![]() |
moveDown(distance:Number):void
| Object3D | |
![]() |
moveForward(distance:Number):void
| Object3D | |
![]() |
moveLeft(distance:Number):void
| Object3D | |
![]() |
movePivot(dx:Number, dy:Number, dz:Number):void
| ObjectContainer3D | |
![]() |
moveRight(distance:Number):void
| Object3D | |
![]() | Object3D | ||
![]() |
moveUp(distance:Number):void
| Object3D | |
![]() |
pitch(angle:Number):void
| Object3D | |
![]() | Object3D | ||
Object3DLoader | |||
![]() | ObjectContainer3D | ||
![]() |
removeChildByName(name:String):void
| ObjectContainer3D | |
![]() |
removeOnDimensionsChange(listener:Function):void
| Object3D | |
removeOnError(listener:Function):void
| Object3DLoader | ||
![]() |
removeOnMouseDown(listener:Function):void
| Object3D | |
![]() |
removeOnMouseMove(listener:Function):void
| Object3D | |
![]() |
removeOnMouseOut(listener:Function):void
| Object3D | |
![]() |
removeOnMouseOver(listener:Function):void
| Object3D | |
![]() |
removeOnMouseUp(listener:Function):void
| Object3D | |
![]() |
removeOnRadiusChange(listener:Function):void
| Object3D | |
![]() |
removeOnSceneChange(listener:Function):void
| Object3D | |
![]() |
removeOnSceneTransformChange(listener:Function):void
| Object3D | |
removeOnSuccess(listener:Function):void
| Object3DLoader | ||
![]() |
removeOnTransformChange(listener:Function):void
| Object3D | |
![]() |
roll(angle:Number):void
| Object3D | |
![]() | Object3D | ||
![]() |
scale(scale:Number):void
| ObjectContainer3D | |
startLoadingGeometry(url:String, parse:Function, binary:Boolean):void
| Object3DLoader | ||
Object3DLoader | |||
![]() |
tick(time:int):void
| Object3D | |
![]() |
toString():String
| Object3D | |
![]() | Object3D | ||
![]() | ObjectContainer3D | ||
![]() |
yaw(angle:Number):void
| Object3D |
Method | Defined by | ||
---|---|---|---|
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
| LazyEventDispatcher | |
![]() |
dispatchEvent(evt:Event):Boolean
| LazyEventDispatcher | |
![]() |
hasEventListener(type:String):Boolean
| LazyEventDispatcher | |
![]() |
notifyDimensionsChange():void
| Object3D | |
notifyError():void
| Object3DLoader | ||
![]() |
notifyRadiusChange():void
| Object3D | |
![]() |
notifySceneChange():void
| Object3D | |
![]() |
notifySceneTransformChange():void
| Object3D | |
notifySuccess():void
| Object3DLoader | ||
![]() |
notifyTransformChange():void
| Object3D | |
onError(event:IOErrorEvent):void
| Object3DLoader | ||
onProgress(event:ProgressEvent):void
| Object3DLoader | ||
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
| LazyEventDispatcher | |
![]() |
willTrigger(type:String):Boolean
| LazyEventDispatcher |
Constant | Defined by | ||
---|---|---|---|
LOADING_GEOMETRY : String = "loading_geometry" | Object3DLoader | ||
LOADING_TEXTURES : String = "loading_textures" | Object3DLoader |
containerData | property |
public var containerData:ContainerData
handle | property |
materialLibrary | property |
public var materialLibrary:MaterialLibrary
mode | property |
public var mode:String
parse | property |
public var parse:Function
result | property |
public var result:Object3D
texturePath | property |
public var texturePath:String
url | property |
public var url:String
Object3DLoader | () | constructor |
public function Object3DLoader(init:Object = null)
Parameters
init:Object (default = null )
|
addOnError | () | method |
public function addOnError(listener:Function):void
Parameters
listener:Function |
addOnSuccess | () | method |
public function addOnSuccess(listener:Function):void
Parameters
listener:Function |
loadGeometry | () | method |
public static function loadGeometry(url:String, parse:Function, binary:Boolean, init:Object):Object3DLoader
Parameters
url:String |
|
parse:Function |
|
binary:Boolean |
|
init:Object |
Object3DLoader |
loadTextures | () | method |
public static function loadTextures(result:Object3D, materialLibrary:MaterialLibrary, init:Object):Object3DLoader
Parameters
result:Object3D |
|
materialLibrary:MaterialLibrary |
|
init:Object |
Object3DLoader |
notifyError | () | method |
protected function notifyError():void
notifySuccess | () | method |
protected function notifySuccess():void
onError | () | method |
protected function onError(event:IOErrorEvent):void
Parameters
event:IOErrorEvent |
onProgress | () | method |
protected function onProgress(event:ProgressEvent):void
Parameters
event:ProgressEvent |
registerURL | () | method |
removeOnError | () | method |
public function removeOnError(listener:Function):void
Parameters
listener:Function |
removeOnSuccess | () | method |
public function removeOnSuccess(listener:Function):void
Parameters
listener:Function |
startLoadingGeometry | () | method |
public function startLoadingGeometry(url:String, parse:Function, binary:Boolean):void
Parameters
url:String |
|
parse:Function |
|
binary:Boolean |
startLoadingTextures | () | method |
public function startLoadingTextures(result:Object3D, materialLibrary:MaterialLibrary):void
Parameters
result:Object3D |
|
materialLibrary:MaterialLibrary |
LOADING_GEOMETRY | constant |
public const LOADING_GEOMETRY:String = "loading_geometry"
LOADING_TEXTURES | constant |
public const LOADING_TEXTURES:String = "loading_textures"