Packagecom.as3dmod.plugins
Classpublic class Library3d

Library 3D represents a 3D engine inside AS3Dmod. This class should be extended so that its properties return correct values for the given engine.

See also

com.as3dmod.ModifierStack


Public Properties
 PropertyDefined by
  id : String
[read-only] The id of the 3d engine.
Library3d
  meshClass : String
[read-only] The qualified class name that represents a mesh in the 3d engine
Library3d
  vertexClass : String
[read-only] The qualified class name that represents a vertex in the 3d engine
Library3d
Property detail
idproperty
id:String  [read-only]

The id of the 3d engine. Usually the name: Papervision3d, Away3d, etc...

Implementation
    public function get id():String
meshClassproperty 
meshClass:String  [read-only]

The qualified class name that represents a mesh in the 3d engine

Implementation
    public function get meshClass():String
vertexClassproperty 
vertexClass:String  [read-only]

The qualified class name that represents a vertex in the 3d engine

Implementation
    public function get vertexClass():String