| Package | org.papervision3d.core.io.exporters |
| Class | public class ExportCollada |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
export(object:DisplayObject3D):String
[static]
| ExportCollada | ||
| DEFAULT_TEXTURE_DIR | property |
public static var DEFAULT_TEXTURE_DIR:String = "."
| FRACTION_DIGITS | property |
public static var FRACTION_DIGITS:int = 5Number of fraction digits to use for floats.
| REVERSE_WINDING | property |
public static var REVERSE_WINDING:Boolean = trueBoolean indicatin whether to flip faces.
| VISUAL_SCENE_NAME | property |
public static var VISUAL_SCENE_NAME:String = "PapervisionScene"Default visuals scene id and name.
| export | () | method |
public static function export(object:DisplayObject3D):StringParameters
object:DisplayObject3D |
String |