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 in class away3dlite.loaders.data.MeshData
Defines the geometry used by the mesh instance
GeometryData — Class in package away3dlite.loaders.data
Data class for the geometry data used in a mesh object
geometryLibrary — Property in class away3dlite.core.base.Object3D
Used in loaders to store all parsed geometry data contained in the model.
geometryLibrary — Property in class away3dlite.loaders.AbstractParser
Retuns a geometryLibrary object used for storing the parsed geometry data.
GeometryLibrary — Dynamic class in package away3dlite.loaders.utils
Store for all geometries associated with an externally loaded file.
geoXML — Property in class away3dlite.loaders.data.GeometryData
Reference to the xml object defining the geometry.
getAnimation(name) — Method in class away3dlite.loaders.utils.AnimationLibrary
Returns an animation data object for the given name reference in the library.
getBoneByName(boneName) — Method in class away3dlite.containers.ObjectContainer3D
Returns a bone object specified by name from the child array of the container
getChannel(name) — Method in class away3dlite.loaders.utils.ChannelLibrary
Returns an animation channel data object for the given name reference in the library.
getChannelArray() — Method in class away3dlite.loaders.utils.ChannelLibrary
Returns an array of all animation channels.
getChildByName(childName) — Method in class away3dlite.containers.ObjectContainer3D
Returns a 3d object specified by name from the child array of the container
getFaceUnderPoint(x, y) — Method in class away3dlite.core.render.BasicRenderer
Returns the face object directly under the given point.
getFaceUnderPoint(x, y) — Method in class away3dlite.core.render.FastRenderer
Returns the face object directly under the given point.
getFaceUnderPoint(x, y) — Method in class away3dlite.core.render.Renderer
Returns the face object directly under the given point.
getGeometry(name) — Method in class away3dlite.loaders.utils.GeometryLibrary
Returns a geometry data object for the given name reference in the library.
getGeometryArray() — Method in class away3dlite.loaders.utils.GeometryLibrary
Returns an array of all geometries.
getMaterial(name) — Method in class away3dlite.loaders.utils.MaterialLibrary
Returns a material data object for the given name reference in the library.
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