Package | com.mousman.as3.agal.parser.objs |
Class | public class MObjMesh |
Inheritance | MObjMesh ![]() |
Property | Defined By | ||
---|---|---|---|
mObjects : Vector.<MObject3D>
Vector of MObject3D
| MObjMesh | ||
nbVertices : uint
Number of vertices in a mesh instance
| MObjMesh |
Method | Defined By | ||
---|---|---|---|
MObjMesh()
Constructor. | MObjMesh | ||
add a Mobject3D to the mesh
| MObjMesh | ||
destroy():void | MObjMesh |
mObjects | property |
mObjects:Vector.<MObject3D>
Vector of MObject3D
public function get mObjects():Vector.<MObject3D>
public function set mObjects(value:Vector.<MObject3D>):void
nbVertices | property |
nbVertices:uint
Number of vertices in a mesh instance
public function get nbVertices():uint
public function set nbVertices(value:uint):void
MObjMesh | () | Constructor |
public function MObjMesh()
Constructor. Creates a new MObjMesh instance.
add | () | method |
public function add(mObject:MObject3D):void
add a Mobject3D to the mesh
Parameters
mObject:MObject3D — : MObject3D.an instance of MObject3D to be added to the mesh |
destroy | () | method |
public function destroy():void