| 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 |
| accelerate(value:Boolean) — method, class alternativa.engine3d.controllers.SimpleObjectController |
|
Switches acceleration mode. |
| ACTION_ACCELERATE — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "accelerate" action. |
| ACTION_BACK — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "back" action. |
| ACTION_DOWN — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "down" action. |
| ACTION_FORWARD — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "forward" action. |
| ACTION_LEFT — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "left" action. |
| ACTION_MOUSE_LOOK — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
ИName of action for binding "mouse look" action. |
| ACTION_PITCH_DOWN — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "pitch down" action. |
| ACTION_PITCH_UP — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "pitch up" action. |
| ACTION_RIGHT — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "right" action. |
| ACTION_UP — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "up" action. |
| ACTION_YAW_LEFT — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "yaw left" action. |
| ACTION_YAW_RIGHT — Constant Static Property, class alternativa.engine3d.controllers.SimpleObjectController |
|
Name of action for binding "yaw right" action. |
| activate(animation:alternativa.engine3d.animation:AnimationNode, time:Number) — method, class alternativa.engine3d.animation.AnimationSwitcher |
|
Activates specified animation during given time interval. |
| active — Property, class alternativa.engine3d.animation.AnimationSwitcher |
|
The current active animation. |
| addAnimation(animation:alternativa.engine3d.animation:AnimationNode) — method, class alternativa.engine3d.animation.AnimationSwitcher |
|
Adds a new animation. |
| addCaster(object:alternativa.engine3d.core:Object3D) — method, class alternativa.engine3d.shadows.DirectionalLightShadow |
|
Adds given object to list of objects, that cast shadow. |
| addCaster(object:alternativa.engine3d.core:Object3D) — method, class alternativa.engine3d.shadows.OmniLightShadow |
|
Adds given object to list of objects, that cast shadow. |
| addChild(child:alternativa.engine3d.core:Object3D) — method, class alternativa.engine3d.core.Object3D |
|
Adds given Object3D instance as a child to the end of this Object3D's children list. |
| addChildAt(child:alternativa.engine3d.core:Object3D, index:int) — method, class alternativa.engine3d.core.Object3D |
|
Adds a child Object3D instance to this Object3D instance. |
| added — Event, class alternativa.engine3d.core.Object3D |
|
Dispatches when an Object3D is added as a child to another Object3D. |
| ADDED — Constant Static Property, class alternativa.engine3d.core.events.Event3D |
|
Defines the value of the type property of a added event object. |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class alternativa.engine3d.core.Object3D |
|
Registers an event listener object with an EventDispatcher object
so that the listener receives notification of an event. |
| addKey(time:Number, value:Number) — method, class alternativa.engine3d.animation.keys.NumberTrack |
|
Adds new keyframe. |
| addKey(time:Number, matrix:flash.geom:Matrix3D) — method, class alternativa.engine3d.animation.keys.TransformTrack |
|
Adds new keyframe. |
| addKeyComponents(time:Number, x:Number, y:Number, z:Number, rotationX:Number, rotationY:Number, rotationZ:Number, scaleX:Number, scaleY:Number, scaleZ:Number) — method, class alternativa.engine3d.animation.keys.TransformTrack |
|
Adds new keyframe and initialize it by transformation components. |
| addLevel(level:alternativa.engine3d.core:Object3D, distance:Number) — method, class alternativa.engine3d.objects.LOD |
|
Adds a children as a new level of detail. |
| addNotify(time:Number, name:String) — method, class alternativa.engine3d.animation.AnimationClip |
|
Creates an AnimationNotify instance which is capable of firing notification events when playback reaches the specified time on the time line. |
| addNotifyAtEnd(offsetFromEnd:Number, name:String) — method, class alternativa.engine3d.animation.AnimationClip |
|
Creates an AnimationNotify instance which is capable of firing notification events when playback reaches
the specified time on the time line. |
| addSurface(surface:alternativa.engine3d.objects:Surface) — method, class alternativa.engine3d.core.DepthRenderer |
| |
| addSurface(material:alternativa.engine3d.materials:Material, indexBegin:uint, numTriangles:uint) — method, class alternativa.engine3d.objects.Mesh |
|
Adds Surface to Mesh object. |
| addSurface(material:alternativa.engine3d.materials:Material, indexBegin:uint, numTriangles:uint) — method, class alternativa.engine3d.objects.Skin |
|
Adds Surface to Mesh object. |
| addToDebug(debug:int, objectOrClass:any) — method, class alternativa.engine3d.core.Camera3D |
|
Adds an object or a class to list of debug drawing. |
| addTrack(track:alternativa.engine3d.animation.keys:Track) — method, class alternativa.engine3d.animation.AnimationClip |
|
Adds a new track to the animation clip. |
| addVertexStream(attributes:Array) — method, class alternativa.engine3d.resources.Geometry |
|
Adds a stream for set of parameters, that can be updated independently of the other sets of parameters. |
| alignToView — Property, class alternativa.engine3d.objects.AxisAlignedSprite |
|
If true, the normal of the AxisAlignedSprite will be parallel to z-axis of the camera, otherwise the normal will point to the camera. |
| alpha — Property, class alternativa.engine3d.materials.FillMaterial |
|
Transparency
|
| alpha — Property, class alternativa.engine3d.materials.TextureMaterial |
|
Transparency. |
| alpha — Property, class alternativa.engine3d.objects.WireFrame |
|
Transparency. |
| alphaThreshold — Property, class alternativa.engine3d.materials.TextureMaterial |
|
alphaThreshold defines starts from which value of alpha a fragment of the surface will get into transparent pass. |
| alternativa — package |
| |
| Alternativa3D — class, package alternativa |
|
Class contains information about version of a library. |
| alternativa.engine3d.animation — package |
| |
| alternativa.engine3d.animation.events — package |
| |
| alternativa.engine3d.animation.keys — package |
| |
| alternativa.engine3d.collisions — package |
| |
| alternativa.engine3d.controllers — package |
| |
| alternativa.engine3d.core — package |
| |
| alternativa.engine3d.core.events — package |
| |
| alternativa.engine3d.lights — package |
| |
| alternativa.engine3d.loaders — package |
| |
| alternativa.engine3d.loaders.events — package |
| |
| alternativa.engine3d.materials — package |
| |
| alternativa.engine3d.objects — package |
| |
| alternativa.engine3d.primitives — package |
| |
| alternativa.engine3d.resources — package |
| |
| alternativa.engine3d.shadows — package |
| |
| altKey — Property, class alternativa.engine3d.core.events.MouseEvent3D |
|
Indicates whether the Alt key is active (true) or inactive (false). |
| alwaysOnTop — Property, class alternativa.engine3d.objects.Sprite3D |
|
If true, Sprite3D will drawn over all the rest objects which uses z-buffer sorting. |
| AmbientLight — class, package alternativa.engine3d.lights |
|
An ambient light source represents a fixed-intensity and fixed-color light source
that affects all objects in the scene equally. |
| AmbientLight(color:uint) — Constructor, class alternativa.engine3d.lights.AmbientLight |
|
Creates a AmbientLight object. |
| animated — Property, class alternativa.engine3d.animation.AnimationClip |
|
Handles the active animation execution. |
| AnimationClip — class, package alternativa.engine3d.animation |
|
Plays complex animation which consists of a set of animation tracks. |
| AnimationClip(name:String) — Constructor, class alternativa.engine3d.animation.AnimationClip |
|
Creates a AnimationClip object. |
| AnimationController — class, package alternativa.engine3d.animation |
|
Controls animation playback and blending. |
| AnimationController() — Constructor, class alternativa.engine3d.animation.AnimationController |
|
Creates a AnimationController object. |
| AnimationCouple — class, package alternativa.engine3d.animation |
|
Blends two animations according to the balance value. |
| AnimationNode — class, package alternativa.engine3d.animation |
|
Animation tree node. |
| AnimationNotify — class, package alternativa.engine3d.animation |
|
The notification trigger bound to certain time on an animation time line. |
| AnimationNotify(name:String) — Constructor, class alternativa.engine3d.animation.AnimationNotify |
|
A new instance should not be created directly. |
| animations — Property, class alternativa.engine3d.loaders.Parser |
|
Array of animations. |
| AnimationSwitcher — class, package alternativa.engine3d.animation |
|
The animation switcher performs animation blending and active animation switching. |
| AnimSprite — class, package alternativa.engine3d.objects |
|
Animated sprite. |
| AnimSprite(width:Number, height:Number, materials:Vector$alternativa.engine3d.materials:Material, loop:Boolean, frame:int) — Constructor, class alternativa.engine3d.objects.AnimSprite |
|
Creates a new AnimSprite instance. |
| antiAlias — Property, class alternativa.engine3d.core.View |
|
Level of anti-aliasing. |
| ATFTextureResource — class, package alternativa.engine3d.resources |
|
Allows to upload in textures of ATF format to GPU. |
| ATFTextureResource(data:flash.utils:ByteArray) — Constructor, class alternativa.engine3d.resources.ATFTextureResource |
|
Create an instance of CompressedTextureResource. |
| attach(object:Object, includeDescendants:Boolean) — method, class alternativa.engine3d.animation.AnimationClip |
|
Binds tracks from the animation clip to given object. |
| attenuationBegin — Property, class alternativa.engine3d.lights.OmniLight |
|
Distance from which falloff starts. |
| attenuationBegin — Property, class alternativa.engine3d.lights.SpotLight |
|
Distance from which falloff starts. |
| attenuationEnd — Property, class alternativa.engine3d.lights.OmniLight |
|
Distance from at which falloff is complete. |
| attenuationEnd — Property, class alternativa.engine3d.lights.SpotLight |
|
Distance from at which falloff is complete. |
| AxisAlignedSprite — class, package alternativa.engine3d.objects |
|
AxisAlignedSprite is a flat image which keeps vertical orientation but able to revolve on its own z-axis. |
| AxisAlignedSprite(width:Number, height:Number, material:alternativa.engine3d.materials:Material) — Constructor, class alternativa.engine3d.objects.AxisAlignedSprite |
|
Creates a new AxisAlignedSprite instance. |
|
| 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 |