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 |
d — Property in class away3d.core.geom.Plane3D |
|
The D coefficient of this plane. |
damping — Property in class away3d.cameras.SpringCam |
|
Damping is the spring internal friction, or how much it resists the "boinggggg" effect. |
debug — Property in class away3d.blockers.ConvexBlock |
|
Toggles debug mode: blocker is visualised in the scene. |
debug — Property in interface away3d.core.light.ILightProvider |
| |
debug — Property in class away3d.lights.AmbientLight3D |
|
Toggles debug mode: light object is visualised in the scene. |
debug — Property in class away3d.lights.DirectionalLight3D |
|
Toggles debug mode: light object is visualised in the scene. |
debug — Property in class away3d.lights.PointLight3D |
|
Toggles debug mode: light object is visualised in the scene. |
debug — Property in class away3d.materials.BitmapMaterial |
|
Toggles debug mode: textured triangles are drawn with white outlines, precision correction triangles are drawn with blue outlines. |
debug — Property in class away3d.materials.shaders.AbstractShader |
|
Determines if faces with the shader applied are drawn with outlines
|
Debug — Class in package away3d.core.utils |
| Class for emmiting debuging messages, warnings and errors |
debugbb — Property in class away3d.core.base.Object3D |
|
Indicates whether a debug bounding box should be rendered around the 3d object. |
debugBoundingBox — Property in class away3d.core.base.Object3D |
| |
debugBoundingSphere — Property in class away3d.core.base.Object3D |
| |
debugbs — Property in class away3d.core.base.Object3D |
|
Indicates whether a debug bounding sphere should be rendered around the 3d object. |
debugPrimitive — Property in interface away3d.core.light.ILightProvider |
| |
debugPrimitive — Property in class away3d.lights.AmbientLight3D |
| |
debugPrimitive — Property in class away3d.lights.DirectionalLight3D |
| |
debugPrimitive — Property in class away3d.lights.PointLight3D |
| |
delay — Property in class away3d.core.base.Animation |
|
Determines the delay time between animation cycles if loop is set to true. |
delimiter() — Static method in class away3d.core.utils.Debug |
| |
deltaZ — Property in class away3d.sprites.DirSprite2D |
|
An optional offset value added to the z depth used to sort the sprite
|
deltaZ — Property in class away3d.sprites.DofSprite2D |
|
An optional offset value added to the z depth used to sort the sprite
|
deltaZ — Property in class away3d.sprites.MovieClipSprite |
|
An optional offset value added to the z depth used to sort the sprite
|
deltaZ — Property in class away3d.sprites.Sprite2D |
|
An optional offset value added to the z depth used to sort the sprite
|
deperspective(focus) — Method in class away3d.core.draw.ScreenVertex |
|
Converts a screen vertex back to a vertex object. |
depth — Property in class away3d.primitives.Cube |
|
Defines the depth of the cube. |
depth — Property in class away3d.primitives.RoundedCube |
|
Defines the depth of the cube. |
depth — Property in class away3d.primitives.WireCube |
|
Defines the depth of the cube. |
desc — Property in class away3d.test.Slide |
| |
det — Property in class away3d.core.math.Matrix3D |
|
Returns the 3d matrix object's determinant. |
det4x4 — Property in class away3d.core.math.Matrix3D |
| |
diffuse — Property in class away3d.core.light.LightPrimitive |
|
Coefficient for the diffuse light intensity. |
diffuse — Property in class away3d.lights.DirectionalLight3D |
|
Defines a coefficient for the diffuse light intensity. |
diffuse — Property in class away3d.lights.PointLight3D |
|
Defines a coefficient for the diffuse light intensity. |
diffuse — Property in class away3d.materials.ShadingColorMaterial |
|
Defines a color value for diffuse light. |
diffuseBitmap — Property in class away3d.core.light.LightPrimitive |
|
Lightmap for diffuse intensity. |
diffuse_brightness — Property in class away3d.materials.CenterLightingMaterial |
|
Coefficient for diffuse light level
|
diffuseColor — Property in class away3d.loaders.data.MaterialData |
|
Optional diffuse color of the material. |
diffuseColorTransform — Property in class away3d.core.light.DirectionalLight |
|
Color transform used in cached shading materials for ambient intensities. |
DiffuseDot3Shader — Class in package away3d.materials.shaders |
|
Diffuse Dot3 shader class for directional lighting. |
DiffuseDot3Shader(bitmap, init) — Constructor in class away3d.materials.shaders.DiffuseDot3Shader |
|
Creates a new DiffuseDot3Shader object. |
DiffusePhongShader — Class in package away3d.materials.shaders |
|
Diffuse shader class for directional lighting. |
DiffusePhongShader(init) — Constructor in class away3d.materials.shaders.DiffusePhongShader |
|
Creates a new DiffusePhongShader object. |
diffuseTransform — Property in class away3d.core.light.DirectionalLight |
|
Transform dictionary for the diffuse lightmap used by shading materials. |
dimensionsChanged — Event in class away3d.core.base.Geometry |
|
Dispatched when the bounding dimensions of the geometry object change. |
dimensionsChanged — Event in class away3d.core.base.Object3D |
|
Dispatched when the bounding dimensions of the 3d object changes. |
DIMENSIONS_CHANGED — Constant static property in class away3d.events.GeometryEvent |
|
Defines the value of the type property of a dimensionsChanged event object. |
DIMENSIONS_CHANGED — Constant static property in class away3d.events.Object3DEvent |
|
Defines the value of the type property of a dimensionsChanged event object. |
directionalLight(directional:away3d.core.light:DirectionalLight) — Method in interface away3d.core.light.ILightConsumer |
|
Adds an directional light primitive to the light consumer. |
directionalLight(directional:away3d.core.light:DirectionalLight) — Method in class away3d.core.light.LightArray |
|
Adds an directional light primitive to the light consumer. |
DirectionalLight — Class in package away3d.core.light |
|
Directional light primitive. |
DirectionalLight3D — Class in package away3d.lights |
|
Lightsource that colors all shaded materials proportional to the dot product of the offset vector with the normal vector. |
DirectionalLight3D(init) — Constructor in class away3d.lights.DirectionalLight3D |
|
Creates a new DirectionalLight3D object. |
directionals — Property in interface away3d.core.light.ILightConsumer |
| |
directionals — Property in class away3d.core.light.LightArray |
|
The directional light primitives stored in the consumer. |
DIR_SPRITE — Constant static property in class away3d.core.project.ProjectorType |
| |
DirSprite2D — Class in package away3d.sprites |
|
Spherical billboard (always facing the camera) sprite object that uses an array of bitmapData objects defined with viewing direction vectors. |
DirSprite2D(init) — Constructor in class away3d.sprites.DirSprite2D |
|
Creates a new DirSprite2D object. |
DirSpriteProjector — Class in package away3d.core.project |
| |
dirty — Property in class away3d.core.utils.FaceDictionaryVO |
| |
disableDof() — Method in class away3d.cameras.Camera3D |
|
Used in DofSprite2D
|
displayMenu — Property in class away3d.core.stats.Stats |
| |
displayobject — Property in class away3d.core.draw.DrawDisplayObject |
|
A reference to the displayobject used by the drawing primitive. |
displayStats(e) — Method in class away3d.core.stats.Stats |
| |
distance — Property in class away3d.cameras.HoverCamera3D |
|
Distance between the camera and the specified target. |
distance — Property in class away3d.core.base.VertexClassification |
| |
distance(b:away3d.core.draw:ScreenVertex) — Method in class away3d.core.draw.ScreenVertex |
|
Calculates the distance between two screen vertex objects. |
distance(v:away3d.core.draw:ScreenVertex) — Method in class away3d.core.geom.Line2D |
| |
distance(p:away3d.core.math:Number3D) — Method in class away3d.core.geom.Plane3D |
|
Returns the signed distance between this Plane3D and the point p. |
distance(w:away3d.core.math:Number3D) — Method in class away3d.core.math.Number3D |
|
Calculates the distance from the 3d number object to the given 3d number. |
distanceSqr(a:away3d.core.base:Vertex, b:away3d.core.base:Vertex) — Static method in class away3d.core.base.Vertex |
|
Get the middle-point of two vertices
|
distanceSqr(b:away3d.core.draw:ScreenVertex) — Method in class away3d.core.draw.ScreenVertex |
|
Calculates the squared distance between two screen vertex objects. |
distanceTo(obj:away3d.core.base:Object3D) — Method in class away3d.core.base.Object3D |
|
Calulates the absolute distance between the local 3d object position and the position of the given 3d object
|
distanceToCenter(x, y) — Method in class away3d.core.draw.DrawTriangle |
| |
distortSqr(b:away3d.core.draw:ScreenVertex, focus) — Method in class away3d.core.draw.ScreenVertex |
|
Calculates affine distortion present at the midpoint between two screen vertex objects. |
_doActive — Property in class away3d.core.render.AbstractRenderSession |
| Array for storing added displayobjects to the canvas |
dof — Property in class away3d.cameras.Camera3D |
|
Used in DofSprite2D . |
DofCache — Class in package away3d.core.utils |
|
Provides static pre-blurred bitmap images for depth of field-effect
when used together with billboarded sprites, such as Billboards. |
DofCache(levels, texture) — Constructor in class away3d.core.utils.DofCache |
| |
doflevels — Property in class away3d.cameras.Camera3D |
|
Used in DofSprite2D . |
doflevels — Static property in class away3d.core.utils.DofCache |
| |
DOF_SPRITE — Constant static property in class away3d.core.project.ProjectorType |
| |
DofSprite2D — Class in package away3d.sprites |
|
Spherical billboard (always facing the camera) sprite object that uses a cached array of bitmapData objects as it's texture. |
DofSprite2D(bitmap, init) — Constructor in class away3d.sprites.DofSprite2D |
|
Creates a new DofSprite2D object. |
DofSpriteProjector — Class in package away3d.core.project |
| |
_doStore — Property in class away3d.core.render.AbstractRenderSession |
| Array for storing old displayobjects to the canvas |
dot(v:away3d.core.math:Number2D, w:away3d.core.math:Number2D) — Static method in class away3d.core.math.Number2D |
| |
dot(w:away3d.core.math:Number3D) — Method in class away3d.core.math.Number3D |
|
Calculates the dot product of the 3d number object with the given 3d number. |
Dot3BitmapMaterial — Class in package away3d.materials |
|
Bitmap material with DOT3 shading. |
Dot3BitmapMaterial(bitmap, normalMap, init) — Constructor in class away3d.materials.Dot3BitmapMaterial |
|
Creates a new Dot3BitmapMaterial object. |
Dot3BitmapMaterialCache — Class in package away3d.materials |
|
Bitmap material with cached DOT3 shading. |
Dot3BitmapMaterialCache(bitmap, normalMap, init) — Constructor in class away3d.materials.Dot3BitmapMaterialCache |
|
Creates a new Dot3BitmapMaterialCache object. |
Dot3MovieMaterial — Class in package away3d.materials |
|
Animated movie material with DOT3 shading. |
Dot3MovieMaterial(movie, normalMap, init) — Constructor in class away3d.materials.Dot3MovieMaterial |
|
Creates a new Dot3MovieMaterial object. |
doubleStepTo(limit) — Method in class away3d.materials.WhiteShadingBitmapMaterial |
| |
DOWN — Static property in class away3d.core.math.Number2D |
| |
DOWN — Static property in class away3d.core.math.Number3D |
|
A 3d number object representing a relative direction down. |
draw() — Method in class away3d.test.SimpleView |
| |
DrawBillboard — Class in package away3d.core.draw |
| Billboard primitive |
DrawBitmap — Class in package away3d.core.draw |
|
Unscaled bitmap drawing primitive
|
DrawDisplayObject — Class in package away3d.core.draw |
|
Displayobject container drawing primitive. |
DrawFog — Class in package away3d.core.draw |
|
Fog drawing primitive
|
drawpri — Property in class away3d.events.MouseEvent3D |
|
The draw primitive inside which the event took place. |
DrawPrimitive — Class in package away3d.core.draw |
|
Abstract class for all drawing primitives
|
_drawPrimitiveStore — Property in class away3d.cameras.lenses.AbstractLens |
| |
drawPrimitiveStore — Property in class away3d.containers.View3D |
| |
DrawPrimitiveStore — Class in package away3d.core.utils |
| |
DrawScaledBitmap — Class in package away3d.core.draw |
| Scaled bitmap primitive |
DrawSegment — Class in package away3d.core.draw |
|
Line segment drawing primitive
|
DrawTriangle — Class in package away3d.core.draw |
|
Triangle drawing primitive
|
duration — Property in class away3d.animators.PathAnimator |
| |
|
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 |