A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Obj — Class in package away3d.loaders
File loader for the OBJ file format.

note: Multiple objects support and autoload mtls are supported since Away v 2.1.
Class tested with the following 3D apps:
- Strata CX mac 5.5
- Biturn ver 0.87b4 PC
- LightWave 3D OBJ Export v2.1 PC
- Max2Obj Version 4.0 PC
- AC3D 6.2.025 mac
- geometry supported tags: f,v,vt, g are being used
- geometry unsupported tags:vn,ka, kd r g b, kd, ks r g b,ks,ke r g b,ke,d alpha,d,tr alpha,tr,ns s,ns,illum n,illum,map_Ka,map_Bump
- mtl unsupported tags: kd,ka,ks,ns,tr

export from apps as polygon group or mesh as .obj file.
Obj(data, urlbase, init) — Constructor in class away3d.loaders.Obj
Creates a new Obj object.
object — Property in class away3d.core.base.Animation
The Mesh on which the animation is occurring.
object — Property in class away3d.events.MouseEvent3D
The 3d object inside which the event took place.
object — Property in class away3d.events.Object3DEvent
A reference to the 3d object that is relevant to the event.
Object3D — Class in package away3d.core.base
Base class for all 3d objects.
Object3DEvent — Class in package away3d.events
Passed as a parameter when a 3d object event occurs
Object3DEvent(type, object:away3d.core.base:Object3D) — Constructor in class away3d.events.Object3DEvent
Creates a new MaterialEvent object.
Object3DLoader — Class in package away3d.loaders
Abstract loader class used as a placeholder for loading 3d content
Object3DLoader(init) — Constructor in class away3d.loaders.Object3DLoader
Creates a new Object3DLoader object.
ObjectContainer3D — Class in package away3d.containers
3d object container node for other 3d objects in a scene
ObjectContainer3D(init, ... rest) — Constructor in class away3d.containers.ObjectContainer3D
Creates a new ObjectContainer3D object
ObjectData — Class in package away3d.loaders.data
Data class for a gneric 3d object
offsetx — Property in class away3d.extrusions.CollisionMap
offsetX — Property in class away3d.materials.TransformBitmapMaterial
Offsets the x coordinates of the texture in uv-space
offsety — Property in class away3d.extrusions.CollisionMap
offsetY — Property in class away3d.materials.TransformBitmapMaterial
Offsets the y coordinates of the texture in uv-space
onComplete(event) — Method in class away3d.loaders.Object3DLoader
Automatically fired on a complete event
onError(event) — Method in class away3d.loaders.CubeLoader
Listener function for an error event.
onError(event) — Method in class away3d.loaders.Object3DLoader
Automatically fired on an error event.
onlysource — Property in class away3d.core.draw.PrimitiveQuadrantTreeNode
hold the 3d object referenced when onlysourceFlag is true.
onlysourceFlag — Property in class away3d.core.draw.PrimitiveQuadrantTreeNode
Determines if the quadrant node contains only one source.
onProgress(event) — Method in class away3d.loaders.CubeLoader
Listener function for a progress event.
onProgress(event) — Method in class away3d.loaders.Object3DLoader
Automatically fired on a progress event
openEnded — Property in class away3d.primitives.Cone
Defines whether the end of the cone is left open (true) or closed (false).
openEnded — Property in class away3d.primitives.Cylinder
Defines whether the ends of the cylinder are left open (true) or closed (false).
outline — Property in class away3d.core.base.Mesh
Defines a segment material to be used for outlining the 3d object.
ownCanvas — Property in class away3d.core.base.Object3D
Defines whether the contents of the 3d object are rendered inside it's own sprite
ownSession — Property in class away3d.core.base.Object3D
Defines whether the contents of the 3d object are rendered using it's own render session
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z