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  
effectMode — Property, class alternativa.engine3d.core.Camera3D
Defines what will render the camera.
effectRate — Property, class alternativa.engine3d.core.Camera3D
EllipsoidCollider — class, package alternativa.engine3d.collisions
The class implements the algorithm of the continuous collision of an ellipsoid with the faces.
EllipsoidCollider(radiusX:Number, radiusY:Number, radiusZ:Number) — Constructor, class alternativa.engine3d.collisions.EllipsoidCollider
Creates a EllipsoidCollider object.
enable() — method, class alternativa.engine3d.controllers.SimpleObjectController
Enables the controler.
EncodeDepthMaterial — class, package alternativa.engine3d.materials
EncodeDepthMaterial() — Constructor, class alternativa.engine3d.materials.EncodeDepthMaterial
environmentMap — Property, class alternativa.engine3d.materials.EnvironmentMaterial
Reflection texture.
EnvironmentMaterial — class, package alternativa.engine3d.materials
The material which reflects the environment given with cube texture.
EnvironmentMaterial(diffuseMap:alternativa.engine3d.resources:TextureResource, environmentMap:alternativa.engine3d.resources:TextureResource, normalMap:alternativa.engine3d.resources:TextureResource, reflectionMap:alternativa.engine3d.resources:TextureResource, lightMap:alternativa.engine3d.resources:TextureResource, opacityMap:alternativa.engine3d.resources:TextureResource, alpha:Number) — Constructor, class alternativa.engine3d.materials.EnvironmentMaterial
Creates a new EnvironmentMaterial instance.
Event3D — class, package alternativa.engine3d.core.events
Event3D(type:String, bubbles:Boolean) — Constructor, class alternativa.engine3d.core.events.Event3D
This class should be used as base class for all events, which can have Object3D as an event target.
eventPhase — Property, class alternativa.engine3d.core.events.Event3D
The current phase in the event flow.
excludedLights — Property, class alternativa.engine3d.core.Object3D
Returns excluded lights list of current object.
excludeLight(light:alternativa.engine3d.core:Light3D, updateChildren:Boolean) — method, class alternativa.engine3d.core.Object3D
Disables lighting of the object by given light.
export(root:alternativa.engine3d.core:Object3D, animations:Vector$alternativa.engine3d.animation:AnimationClip) — method, class alternativa.engine3d.loaders.ExporterA3D
Exports a scene to A3D format.
ExporterA3D — class, package alternativa.engine3d.loaders
An object which allows to convert hierarchy of three-dimensional objects to binary A3D format.
ExporterA3D() — Constructor, class alternativa.engine3d.loaders.ExporterA3D
Creates an instance of ExporterA3D.
ExternalTextureResource — class, package alternativa.engine3d.resources
a TextureResource, that uses data from external source (file).
ExternalTextureResource(url:String) — Constructor, class alternativa.engine3d.resources.ExternalTextureResource
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