| 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 |
| object — Property, class away3d.events.MouseEvent3D |
|
The 3d object inside which the event took place. |
| object — Property, class away3d.events.Object3DEvent |
|
A reference to the 3d object that is relevant to the event. |
| object3d — Property, class away3d.tools.utils.Drag3D |
|
Sets the target ObjectContainer3D to the class. |
| Object3D — class, package away3d.core.base |
|
Object3D provides a base class for any 3D object that has a (local) transformation.
Standard Transform:
The standard order for transformation is [parent transform] (Translate+Pivot) (Rotate) (-Pivot) (Scale) [child transform]
This is the order of matrix multiplications, left-to-right. |
| Object3D() — Constructor, class away3d.core.base.Object3D |
|
Creates an Object3D object. |
| Object3DEvent — class, package away3d.events |
|
Passed as a parameter when a 3d object event occurs
|
| Object3DEvent(type:String, object:away3d.core.base:Object3D) — Constructor, class away3d.events.Object3DEvent |
|
Creates a new MaterialEvent object. |
| objectContainer3D — Property, class away3d.events.Scene3DEvent |
| |
| ObjectContainer3D — class, package away3d.containers |
|
ObjectContainer3D is the most basic scene graph node. |
| ObjectContainer3D() — Constructor, class away3d.containers.ObjectContainer3D |
|
Creates a new ObjectContainer3D object. |
| objectSpace — Property, class away3d.tools.commands.Merge |
|
Defines if mesh2 is merged using its objectSpace. |
| objectSpace — Property, class away3d.tools.utils.Grid |
|
Defines if the grid unit is applied in objectspace or worldspace. |
| OBJParser — class, package away3d.loaders.parsers |
|
OBJParser provides a parser for the OBJ data type. |
| OBJParser(scale:Number) — Constructor, class away3d.loaders.parsers.OBJParser |
|
Creates a new OBJParser object. |
| ObliqueNearPlaneLens — class, package away3d.cameras.lenses |
| |
| ObliqueNearPlaneLens(baseLens:away3d.cameras.lenses:LensBase, plane:away3d.core.math:Plane3D) — Constructor, class away3d.cameras.lenses.ObliqueNearPlaneLens |
| |
| occlude — Property, class away3d.materials.OcclusionMaterial |
|
Whether or not an object with this material applied hides other objects. |
| OcclusionMaterial — class, package away3d.materials |
|
OcclusionMaterial is a ColorMaterial for an object, that hides all other objects behind itself. |
| OcclusionMaterial(occlude:Boolean, color:uint, alpha:Number) — Constructor, class away3d.materials.OcclusionMaterial |
|
Creates a new OcclusionMaterial object. |
| Octree — class, package away3d.core.partition |
| |
| Octree(maxDepth:int, size:Number) — Constructor, class away3d.core.partition.Octree |
| |
| OctreeNode — class, package away3d.core.partition |
| |
| OctreeNode(maxDepth:int, size:Number, centerX:Number, centerY:Number, centerZ:Number, depth:int) — Constructor, class away3d.core.partition.OctreeNode |
| |
| offset(startTime:int) — method, class away3d.animators.states.AnimationStateBase |
|
Resets the start time of the node to a new value. |
| offset(startTime:int) — method, interface away3d.animators.states.IAnimationState |
| |
| offsetCenter — Property, class away3d.tools.utils.Drag3D |
|
Defines an offset for the drag from center mesh to mouse position. |
| offsetMouseCenter — Property, class away3d.tools.utils.Drag3D |
|
getIntersect method returns the 3d point in space (Vector3D) where mouse hits the given plane. |
| offsetRadius — Property, class away3d.extrusions.LatheExtrude |
|
Defines an offset radius applied to the profile. |
| offsetU — Property, class away3d.animators.data.SpriteSheetAnimationFrame |
|
The u-component offset of the spritesheet frame. |
| offsetU — Property, class away3d.animators.data.UVAnimationFrame |
|
The u-component offset of the UV animation frame. |
| offsetU — Property, class away3d.core.base.SubMesh |
| |
| offsetV — Property, class away3d.animators.data.SpriteSheetAnimationFrame |
|
The v-component offset of the spritesheet frame. |
| offsetV — Property, class away3d.animators.data.UVAnimationFrame |
|
The v-component offset of the UV animation frame. |
| offsetV — Property, class away3d.core.base.SubMesh |
| |
| offsetX — Property, class away3d.tools.utils.ColorHitMap |
|
The offsetX, offsetY
by default offsetX and offsetY represent the center of the map. |
| offsetY — Property, class away3d.tools.utils.ColorHitMap |
| |
| _oldFrame — Property, class away3d.animators.states.AnimationClipState |
| |
| _oneData — Property, class away3d.animators.nodes.ParticleNodeBase |
| |
| oneData — Property, class away3d.animators.nodes.ParticleNodeBase |
|
Returns the generated data vector of the node after one particle pass during the generation of all local static data of the particle animation set. |
| ONE_VECTOR — Constant Static Property, class away3d.materials.passes.SegmentPass |
| |
| onInterval(event:flash.events:TimerEvent) — method, class away3d.loaders.parsers.ParserBase |
|
Called when the parsing pause interval has passed and parsing can proceed. |
| onlyMouseEnabled — Property, interface away3d.core.pick.IPicker |
|
Determines whether the picker takes account of the mouseEnabled properties of entities. |
| onlyMouseEnabled — Property, class away3d.core.pick.RaycastPicker |
|
Determines whether the picker takes account of the mouseEnabled properties of entities. |
| onlyMouseEnabled — Property, class away3d.core.pick.ShaderPicker |
|
Determines whether the picker takes account of the mouseEnabled properties of entities. |
| _opaqueRenderableHead — Property, class away3d.core.traverse.EntityCollector |
| |
| opaqueRenderableHead — Property, class away3d.core.traverse.EntityCollector |
|
The list of opaque IRenderable objects that are considered potentially visible. |
| ORBIT_VECTOR3D — Constant Static Property, class away3d.animators.nodes.ParticleOrbitNode |
|
Reference for orbit node properties on a single particle (when in local property mode). |
| orientation — Property, class away3d.animators.PathAnimator |
|
returns the actual interpolated rotation along the path. |
| orientation — Property, class away3d.animators.data.JointPose |
|
The rotation of the pose stored as a quaternion
|
| orientation — Property, class away3d.primitives.WireframePlane |
|
The orientaion in which the plane lies. |
| orientation — Property, class away3d.primitives.WireframeTetrahedron |
|
The orientation in which the plane lies
|
| ORIENTATION_XY — Constant Static Property, class away3d.primitives.WireframePlane |
| |
| ORIENTATION_XY — Constant Static Property, class away3d.primitives.WireframeTetrahedron |
| |
| ORIENTATION_XZ — Constant Static Property, class away3d.primitives.WireframePlane |
| |
| ORIENTATION_XZ — Constant Static Property, class away3d.primitives.WireframeTetrahedron |
| |
| ORIENTATION_YZ — Constant Static Property, class away3d.primitives.WireframePlane |
| |
| ORIENTATION_YZ — Constant Static Property, class away3d.primitives.WireframeTetrahedron |
| |
| orig — Property, class away3d.tools.utils.Ray |
|
Defines the origin point of the Ray object
|
| _origin — Property, class away3d.controllers.LookAtController |
| |
| originalName — Property, class away3d.library.assets.NamedAssetBase |
|
The original name used for this asset in the resource (e.g. |
| OrthographicLens — class, package away3d.cameras.lenses |
|
The PerspectiveLens object provides a projection matrix that projects 3D geometry isometrically. |
| OrthographicLens(projectionHeight:Number) — Constructor, class away3d.cameras.lenses.OrthographicLens |
|
Creates a new OrthogonalLens object. |
| OrthographicOffCenterLens — class, package away3d.cameras.lenses |
|
The PerspectiveLens object provides a projection matrix that projects 3D geometry isometrically. |
| OrthographicOffCenterLens(minX:Number, maxX:Number, minY:Number, maxY:Number) — Constructor, class away3d.cameras.lenses.OrthographicOffCenterLens |
|
Creates a new OrthogonalLens object. |
| oscillator — Property, class away3d.animators.states.ParticleOscillatorState |
|
Defines the default oscillator axis (x, y, z) and cycleDuration (w) of the state, used when in global mode. |
| OSCILLATOR_VECTOR3D — Constant Static Property, class away3d.animators.nodes.ParticleOscillatorNode |
|
Reference for ocsillator node properties on a single particle (when in local property mode). |
| OUT — Constant Static Property, class away3d.core.math.PlaneClassification |
| |
| outlineColor — Property, class away3d.materials.methods.OutlineMethod |
| |
| outlineColor — Property, class away3d.materials.passes.OutlinePass |
| |
| OutlineMethod — class, package away3d.materials.methods |
| |
| OutlineMethod(outlineColor:uint, outlineSize:Number, showInnerLines:Boolean, dedicatedMeshes:Boolean) — Constructor, class away3d.materials.methods.OutlineMethod |
| |
| OutlinePass — class, package away3d.materials.passes |
| |
| OutlinePass(outlineColor:uint, outlineSize:Number, showInnerLines:Boolean, dedicatedMeshes:Boolean) — Constructor, class away3d.materials.passes.OutlinePass |
| |
| outlineSize — Property, class away3d.materials.methods.OutlineMethod |
| |
| outlineSize — Property, class away3d.materials.passes.OutlinePass |
| |
| overlaps(bounds:away3d.bounds:BoundingVolumeBase) — method, class away3d.bounds.BoundingVolumeBase |
|
Tests if the bounds overlap other bounds, treating both bounds as AABBs. |
| overlayTexture — Property, class away3d.filters.tasks.Filter3DBloomCompositeTask |
| |
| overlayTexture — Property, class away3d.filters.tasks.Filter3DCompositeTask |
| |
| overlayTexture — Property, class away3d.filters.tasks.Filter3DXFadeCompositeTask |
| |
| overrideAbsolutePaths — Property, class away3d.loaders.misc.AssetLoaderContext |
|
Defines whether absolute paths (defined as paths that begin with a "/") should be overridden
with the dependencyBaseUrl defined in this context. |
| overrideFullURLs — Property, class away3d.loaders.misc.AssetLoaderContext |
|
Defines whether "full" URLs (defined as a URL that includes a scheme, e.g. |
| _owners — Property, class away3d.animators.AnimatorBase |
| |
|
| 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 |