Package | away3d.loaders.data |
Class | public class MeshData |
Inheritance | MeshData ![]() |
Property | Defined by | ||
---|---|---|---|
faces : Array
Array of face data objects.
| MeshData | ||
materials : Array
Optional assigned materials to the mesh.
| MeshData | ||
![]() | name : String
The name of the 3d object used as a unique reference.
| ObjectData | |
![]() | transform : Matrix3D
The 3d transformation matrix for the 3d object
| ObjectData | |
uvs : Array
Array of uv objects.
| MeshData | ||
vertices : Array
Array of vertex objects.
| MeshData |
faces | property |
materials | property |
public var materials:Array
Optional assigned materials to the mesh.
uvs | property |
public var uvs:Array
Array of uv objects. see
vertices | property |