Packageorg.papervision3d.core.io.exporters
Classpublic class ExportCollada

This class lets you export a DisplayObject3D to the Collada file format (dae).



Public Properties
 PropertyDefined by
  DEFAULT_TEXTURE_DIR : String = "."
[static]
ExportCollada
  FRACTION_DIGITS : int = 5
[static] Number of fraction digits to use for floats.
ExportCollada
  REVERSE_WINDING : Boolean = true
[static] Boolean indicatin whether to flip faces.
ExportCollada
  VISUAL_SCENE_NAME : String = "PapervisionScene"
[static] Default visuals scene id and name.
ExportCollada
Public Methods
 MethodDefined by
  
export(object:DisplayObject3D):String
[static]
ExportCollada
Property detail
DEFAULT_TEXTURE_DIRproperty
public static var DEFAULT_TEXTURE_DIR:String = "."
FRACTION_DIGITSproperty 
public static var FRACTION_DIGITS:int = 5

Number of fraction digits to use for floats.

REVERSE_WINDINGproperty 
public static var REVERSE_WINDING:Boolean = true

Boolean indicatin whether to flip faces.

VISUAL_SCENE_NAMEproperty 
public static var VISUAL_SCENE_NAME:String = "PapervisionScene"

Default visuals scene id and name.

Method detail
export()method
public static function export(object:DisplayObject3D):String

Parameters
object:DisplayObject3D

Returns
String