Packagejiglib.plugin
Interfacepublic interface ISkin3D
ImplementorsAway3dMesh, Pv3dMesh, Sandy3DMesh

Represents a mesh from a 3D engine inside JigLib. Its implementation shold allow to get and set a Matrix3D on the original object. In the implementation, JMatrix3D should be translated into the type proper for a given engine.



Public Properties
 PropertyDefined by
  transform : JMatrix3D
ISkin3D
Property detail
transformproperty
transform:JMatrix3D  [read-write]

Implementation
    public function get transform():JMatrix3D
    public function set transform(value:JMatrix3D):void