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  
geometry — Property, class alternativa.engine3d.objects.Mesh
Through geometry property you can get access to vertices.
Geometry — class, package alternativa.engine3d.resources
Resource, that stores data about geometry of object.
Geometry(numVertices:int) — Constructor, class alternativa.engine3d.resources.Geometry
Creates a new instance.
GeoSphere — class, package alternativa.engine3d.primitives
A spherical primitive consists of set of equal triangles.
GeoSphere(radius:Number, segments:uint, reverse:Boolean, material:alternativa.engine3d.materials:Material) — Constructor, class alternativa.engine3d.primitives.GeoSphere
Creates a new GeoSphere instance.
getAnimationAt(index:int) — method, class alternativa.engine3d.animation.AnimationSwitcher
Returns the child animation that exists at the specified index.
getAnimationByObject(object:Object) — method, class alternativa.engine3d.loaders.ParserCollada
Returns animation from animations array by object, to which it refers.
getAttributeOffset(attribute:uint) — method, class alternativa.engine3d.resources.Geometry
Offset of attribute at stream, with which this attribute is stored.
getAttributeStride(attribute:int) — Static Method , class alternativa.engine3d.core.VertexAttributes
Returns a dimensions of given attribute type (Number of floats by which defines given type)
getAttributeValues(attribute:uint) — method, class alternativa.engine3d.resources.Geometry
getBitmapDatas() — method, class alternativa.engine3d.loaders.events.TexturesLoaderEvent
Returns the list of loaded images.
getChildAt(index:int) — method, class alternativa.engine3d.core.Object3D
Returns the child Object3D instance that exists at the specified index.
getChildByName(name:String) — method, class alternativa.engine3d.core.Object3D
Returns child Object3D instance with given name.
getChildIndex(child:alternativa.engine3d.core:Object3D) — method, class alternativa.engine3d.core.Object3D
Returns index of given child Object3D instance.
getCollision(source:flash.geom:Vector3D, displacement:flash.geom:Vector3D, resCollisionPoint:flash.geom:Vector3D, resCollisionPlane:flash.geom:Vector3D, object:alternativa.engine3d.core:Object3D, excludedObjects:flash.utils:Dictionary) — method, class alternativa.engine3d.collisions.EllipsoidCollider
Finds first collision from given starting point aling displacement vector.
getLayerByObject(object:alternativa.engine3d.core:Object3D) — method, class alternativa.engine3d.loaders.Parser
Returns name of layer for specified object.
getLevelByDistance(distance:Number) — method, class alternativa.engine3d.objects.LOD
Returns Object3D which was used as level of detail at given distance.
getLevelByName(name:String) — method, class alternativa.engine3d.objects.LOD
Returns Object3D which was used as level of detail with given name.
getLevelDistance(level:alternativa.engine3d.core:Object3D) — method, class alternativa.engine3d.objects.LOD
Returns distance was set up for the given level.
getLevels() — method, class alternativa.engine3d.objects.LOD
Returns all Object3Ds which was used as levels of detail in this LOD, in Vector.<Object3D>.
getObjectByName(name:String) — method, class alternativa.engine3d.loaders.Parser
Returns object from array objects by name.
getResources(hierarchy:Boolean, resourceType:Class) — method, class alternativa.engine3d.core.Object3D
Gather the resources of this Object3D.
getResources(resourceType:Class) — method, class alternativa.engine3d.materials.Material
Gather resources used by material for uploading into context3D.
getSide(side:String) — method, class alternativa.engine3d.objects.SkyBox
Returns a Surface by given alias.
getSurface(index:int) — method, class alternativa.engine3d.objects.Mesh
Returns surface by index.
getTextures() — method, class alternativa.engine3d.loaders.events.TexturesLoaderEvent
Returns the list of loaded textures.
getTrackAt(index:int) — method, class alternativa.engine3d.animation.AnimationClip
Returns the track object instance that exists at the specified index.
getVertexStreamAttributes(index:int) — method, class alternativa.engine3d.resources.Geometry
returns mapping of stream by index.
globalToLocal(point:flash.geom:Vector3D) — method, class alternativa.engine3d.core.Object3D
Converts the Vector3D object from the root Object3D (global) coordinates to the local Object3D's own coordinates.
glossiness — Property, class alternativa.engine3d.materials.StandardMaterial
Glossiness.
glossinessMap — Property, class alternativa.engine3d.materials.StandardMaterial
Glossiness map.
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