Packagecom.mousman.as3.agal
Classpublic class MWorld3D
InheritanceMWorld3D Inheritance Object

...



Public Properties
 PropertyDefined By
  cameras : Vector.<IMCamera>
MWorld3D
  lights : Vector.<IMLight>
MWorld3D
  meshes : Vector.<IMMesh>
MWorld3D
Public Methods
 MethodDefined By
  
MWorld3D
  
render():void
MWorld3D
Property Detail
camerasproperty
cameras:Vector.<IMCamera>


Implementation
    public function get cameras():Vector.<IMCamera>
    public function set cameras(value:Vector.<IMCamera>):void
lightsproperty 
lights:Vector.<IMLight>


Implementation
    public function get lights():Vector.<IMLight>
    public function set lights(value:Vector.<IMLight>):void
meshesproperty 
meshes:Vector.<IMMesh>


Implementation
    public function get meshes():Vector.<IMMesh>
    public function set meshes(value:Vector.<IMMesh>):void
Constructor Detail
MWorld3D()Constructor
public function MWorld3D()



Method Detail
render()method
public function render():void