| 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 |
| radiusX — Property, class alternativa.engine3d.collisions.EllipsoidCollider |
|
Ellipsoid radius along X axis. |
| radiusY — Property, class alternativa.engine3d.collisions.EllipsoidCollider |
|
Ellipsoid radius along Y axis. |
| radiusZ — Property, class alternativa.engine3d.collisions.EllipsoidCollider |
|
Ellipsoid radius along Z axis. |
| RayIntersectionData — class, package alternativa.engine3d.core |
|
A result of searching for intersection of an Object3D and a ray with intersectRay() method of Object3D. |
| reflection — Property, class alternativa.engine3d.materials.EnvironmentMaterial |
|
Reflectivity. |
| reflectionMap — Property, class alternativa.engine3d.materials.EnvironmentMaterial |
|
Reflectivity map. |
| relatedObject — Property, class alternativa.engine3d.core.events.MouseEvent3D |
|
A reference to an object that is related to the event. |
| removeAnimation(animation:alternativa.engine3d.animation:AnimationNode) — method, class alternativa.engine3d.animation.AnimationSwitcher |
|
Removes child animation node. |
| removeCaster(object:alternativa.engine3d.core:Object3D) — method, class alternativa.engine3d.shadows.OmniLightShadow |
|
Removes given object from shadow casters list. |
| removeChild(child:alternativa.engine3d.core:Object3D) — method, class alternativa.engine3d.core.Object3D |
|
Removes the specified child Object3D instance from the child list of the
this Object3D instance. |
| removeChildAt(index:int) — method, class alternativa.engine3d.core.Object3D |
|
Removes a child Object3D from the specified index position in the child list of
the Object3D. |
| removeChildren(beginIndex:int, endIndex:int) — method, class alternativa.engine3d.core.Object3D |
|
Removes child objects in given range of indexes. |
| removed — Event, class alternativa.engine3d.core.Object3D |
|
Dispatched when a Object3D is about to be removed from the children list. |
| REMOVED — Constant Static Property, class alternativa.engine3d.core.events.Event3D |
|
Defines the value of the type property of a removed event object. |
| removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class alternativa.engine3d.core.Object3D |
|
Removes a listener from the EventDispatcher object. |
| removeFromDebug(debug:int, objectOrClass:any) — method, class alternativa.engine3d.core.Camera3D |
|
Removed an object or a class from list of debug drawing. |
| removeKey(key:alternativa.engine3d.animation.keys:Keyframe) — method, class alternativa.engine3d.animation.keys.Track |
|
Removes the supplied key frame. |
| removeLevel(level:alternativa.engine3d.core:Object3D) — method, class alternativa.engine3d.objects.LOD |
|
Removes level of detail. |
| removeNotify(notify:alternativa.engine3d.animation:AnimationNotify) — method, class alternativa.engine3d.animation.AnimationClip |
|
Removes specified notification trigger. |
| removeTrack(track:alternativa.engine3d.animation.keys:Track) — method, class alternativa.engine3d.animation.AnimationClip |
|
Removes the specified track from the clip. |
| render(stage3D:flash.display:Stage3D) — method, class alternativa.engine3d.core.Camera3D |
|
Rendering of objects hierarchy to the given Stage3D. |
| render() — method, class alternativa.engine3d.core.DepthRenderer |
| |
| renderChannel — Property, class alternativa.engine3d.loaders.ParserMaterial |
|
Channel, that will be rendered. |
| renderToBitmap — Property, class alternativa.engine3d.core.View |
|
If true, image will render to Bitmap object which will included into the view as a child. |
| reset() — method, class alternativa.engine3d.core.BoundBox |
|
Resets all bounds values to its initial state. |
| resizeForGPU — Property, class alternativa.engine3d.resources.BitmapTextureResource |
| |
| Resource — class, package alternativa.engine3d.core |
|
Base class for GPU data. |
| right — Property, class alternativa.engine3d.animation.AnimationCouple |
|
The second animation. |
| right — Property, class alternativa.engine3d.resources.BitmapCubeTextureResource |
|
BitmapData, that will be used as right face. |
| RIGHT — Constant Static Property, class alternativa.engine3d.objects.SkyBox |
|
Right side. |
| rightClick — Event, class alternativa.engine3d.core.Object3D |
|
Dispatched when a user presses and releases the right button
of the user's pointing device over the same Object3D. |
| RIGHT_CLICK — Constant Static Property, class alternativa.engine3d.core.events.MouseEvent3D |
|
Defines the value of the type property of a rightClick3D event object. |
| rightClick3DEnabled — Property, class alternativa.engine3d.core.View |
|
If true, you will able to handle following events MouseEvent3D.RIGHT_CLICK,
MouseEvent3D.RIGHT_MOUSE_DOWN, MouseEvent3D.RIGHT_MOUSE_UP. |
| rightMouseDown — Event, class alternativa.engine3d.core.Object3D |
|
Dispatched when a user presses the right pointing device button over an Object3D instance. |
| RIGHT_MOUSE_DOWN — Constant Static Property, class alternativa.engine3d.core.events.MouseEvent3D |
|
Defines the value of the type property of a rightMouseDown3D event object. |
| rightMouseUp — Event, class alternativa.engine3d.core.Object3D |
|
Dispatched when a user releases the pointing device button over an Object3D instance. |
| RIGHT_MOUSE_UP — Constant Static Property, class alternativa.engine3d.core.events.MouseEvent3D |
|
Defines the value of the type property of a rightMouseUp3D event object. |
| rollOut — Event, class alternativa.engine3d.core.Object3D |
|
Dispatched when the user moves a pointing device away from an Object3D instance. |
| ROLL_OUT — Constant Static Property, class alternativa.engine3d.core.events.MouseEvent3D |
|
Defines the value of the type property of a rollOut3D event object. |
| rollOver — Event, class alternativa.engine3d.core.Object3D |
|
Dispatched when the user moves a pointing device over an Object3D instance. |
| ROLL_OVER — Constant Static Property, class alternativa.engine3d.core.events.MouseEvent3D |
|
Defines the value of the type property of a rollOver3D event object. |
| root — Property, class alternativa.engine3d.animation.AnimationController |
|
Root of the animation tree. |
| rotation — Property, class alternativa.engine3d.objects.Sprite3D |
|
Rotation in the screen plane, defines in radians. |
| rotationX — Property, class alternativa.engine3d.core.Object3D |
|
The angle of rotation of Object3D around the X-axis expressed in radians. |
| rotationY — Property, class alternativa.engine3d.core.Object3D |
|
The angle of rotation of Object3D around the Y-axis expressed in radians. |
| rotationZ — Property, class alternativa.engine3d.core.Object3D |
|
The angle of rotation of Object3D around the Z-axis expressed in radians. |
|
| 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 |