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 | |
AbstractLens — Class in package away3dlite.cameras.lenses | |
AbstractLens() — Constructor in class away3dlite.cameras.lenses.AbstractLens | |
AbstractLight3D — Class in package away3dlite.lights | |
AbstractLight3D() — Constructor in class away3dlite.lights.AbstractLight3D | |
AbstractParser — Class in package away3dlite.loaders | |
Abstract parsing object used as a base class for all loaders to extend from. | |
AbstractParser() — Constructor in class away3dlite.loaders.AbstractParser | |
Creates a new AbstractParser object. |
|
AbstractPrimitive — Class in package away3dlite.primitives | |
Abstract base class for shaded primitives | |
AbstractPrimitive(material:away3dlite.materials:Material) — Constructor in class away3dlite.primitives.AbstractPrimitive | |
Creates a new AbstractPrimitive object. |
|
active — Static property in class away3dlite.core.utils.Debug | |
Determines whether debug mode is active. | |
addAnimation(name) — Method in class away3dlite.loaders.utils.AnimationLibrary | |
Adds an animation name reference to the library. | |
addChannel(channel:away3dlite.animators.bones:Channel) — Method in class away3dlite.animators.BonesAnimator | |
Adds an animation channel to the animation timeline. | |
addChannel(name, xml, channelIndex) — Method in class away3dlite.loaders.utils.ChannelLibrary | |
Adds an animation channel name reference to the library. | |
addChild(child) — Method in class away3dlite.containers.ObjectContainer3D | |
Adds a 3d object to the scene as a child of the container. | |
addFace(vs, uvs) — Method in class away3dlite.core.base.Mesh | |
addFrame(frame:away3dlite.animators.frames:Frame) — Method in class away3dlite.animators.MovieMesh | |
Adds a new frame to the animation timeline. | |
addGeometry(name, geoXML, ctrlXML) — Method in class away3dlite.loaders.utils.GeometryLibrary | |
Adds a geometry name reference to the library. | |
addItem(loader:away3dlite.loaders.utils:TextureLoader, request) — Method in class away3dlite.loaders.utils.TextureLoadQueue | |
Adds a new loader and request object to the load queue. | |
addLight(light:away3dlite.lights:AbstractLight3D) — Method in class away3dlite.containers.ObjectContainer3D | |
Adds a 3d light to the lights array of the container. | |
addMaterial(name) — Method in class away3dlite.loaders.utils.MaterialLibrary | |
Adds a material name reference to the library. | |
addOnError(listener) — Method in class away3dlite.loaders.AbstractParser | |
Default method for adding a parseError event listener | |
addOnProgress(listener) — Method in class away3dlite.loaders.AbstractParser | |
Default method for adding a parseProgress event listener | |
addOnSuccess(listener) — Method in class away3dlite.loaders.AbstractParser | |
Default method for adding a parseSuccess event listener | |
addSkinController(skinController:away3dlite.animators.bones:SkinController) — Method in class away3dlite.animators.BonesAnimator | |
Adds a SkinController and all associated SkinVertex objects to the animation. |
|
addSourceURL(url) — Method in class away3dlite.containers.View3D | |
Defines a source url string that can be accessed though a View Source option in the right-click menu. | |
addSprite(sprite:away3dlite.sprites:Sprite3D) — Method in class away3dlite.containers.ObjectContainer3D | |
Adds a 3d sprite to the scene as a child of the container. | |
alignmentType — Property in class away3dlite.sprites.Sprite3D | |
Defines the way the sprite aligns its plane to face the viewer. | |
AlignmentType — Class in package away3dlite.sprites | |
Holds the accepted values for the alignment property in the Sprite3D class. |
|
alpha — Property in class away3dlite.loaders.data.MaterialData | |
Optional alpha of the material. | |
alpha — Property in class away3dlite.materials.ColorMaterial | |
Defines the transparency of the material. | |
alpha — Property in class away3dlite.materials.WireframeMaterial | |
Defines the transparency of the outline. | |
ambient — Property in class away3dlite.lights.DirectionalLight3D | |
ambient — Property in class away3dlite.lights.PointLight3D | |
ambientColor — Property in class away3dlite.loaders.data.MaterialData | |
Optional ambient color of the material. | |
animation — Property in class away3dlite.loaders.data.AnimationData | |
Reference to the animation object of the resulting animation. | |
AnimationData — Class in package away3dlite.loaders.data | |
Data class for the animation of a mesh. | |
animationLibrary — Property in class away3dlite.core.base.Object3D | |
Used in the loaders to store all parsed animation data contained in the model. | |
AnimationLibrary — Dynamic class in package away3dlite.loaders.utils | |
Store for all animations associated with an externally loaded file. | |
animationType — Property in class away3dlite.loaders.data.AnimationData | |
String representing the animation type. | |
ANIM_LOOP — Constant static property in class away3dlite.animators.MovieMesh | |
ANIM_NORMAL — Constant static property in class away3dlite.animators.MovieMesh | |
ANIM_STOP — Constant static property in class away3dlite.animators.MovieMesh | |
arcLength — Property in class away3dlite.primitives.Sphere | |
Defines the fractional arc of the sphere rendered from the top. | |
array2matrix(ar, yUp, scaling) — Method in class away3dlite.loaders.Collada | |
Fills the 3d matrix object with values from an array with 3d matrix values ordered from right to left and up to down. | |
autoLoadTextures — Property in class away3dlite.loaders.Loader3D | |
Controls the automatic loading of image files used as textures in the model. | |
autoUpdate — Property in class away3dlite.materials.MovieMaterial | |
Indicates whether the texture bitmap is updated on every frame | |
away3dlite.animators — Package | |
away3dlite.animators.bones — Package | |
away3dlite.animators.frames — Package | |
away3dlite.cameras — Package | |
away3dlite.cameras.lenses — Package | |
away3dlite.containers — Package | |
away3dlite.core.base — Package | |
away3dlite.core.clip — Package | |
away3dlite.core.render — Package | |
away3dlite.core.utils — Package | |
away3dlite.debug — Package | |
away3dlite.events — Package | |
away3dlite.lights — Package | |
away3dlite.loaders — Package | |
away3dlite.loaders.data — Package | |
away3dlite.loaders.utils — Package | |
away3dlite.materials — Package | |
away3dlite.primitives — Package | |
away3dlite.sprites — Package | |
away3dlite.templates — Package | |
away3dlite.templates.events — Package | |
away3dlite.templates.ui — Package | |
AwayStats — Class in package away3dlite.debug | |
Stats monitor for Away3D or general use in any project. |
|
AwayStats(view3d:away3dlite.containers:View3D, minimized, transparent, meanDataLength, enableClickToReset, enableModifyFrameRate) — Constructor in class away3dlite.debug.AwayStats | |
Create an Away3D stats widget. |
|
AWData — Class in package away3dlite.loaders | |
File loader/parser for the native .awd data file format. |
|
AWData() — Constructor in class away3dlite.loaders.AWData | |
Creates a new AWData object, a parser for .awd files. |
|
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 |