Package | flash.display3D |
Class | public final class Context3DTriangleFace |
Inheritance | Context3DTriangleFace Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
BACK : String = "back" [static]
Specify the back face of the triangle. | Context3DTriangleFace | ||
FRONT : String = "front" [static]
Specify the front face of the triangle. | Context3DTriangleFace | ||
FRONT_AND_BACK : String = "frontAndBack" [static]
Specify both front and back faces of the triangle. | Context3DTriangleFace | ||
NONE : String = "none" [static]
Do not specify an orientation. | Context3DTriangleFace |
Constant Detail
BACK | Constant |
public static const BACK:String = "back"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Specify the back face of the triangle.
A triangle's back face is oriented toward a view point if its vertices are in counterclockwise order when viewed from that view point.
FRONT | Constant |
public static const FRONT:String = "front"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Specify the front face of the triangle.
A triangle's front face is oriented toward a view point if its vertices are in clockwise order when viewed from that view point.
FRONT_AND_BACK | Constant |
public static const FRONT_AND_BACK:String = "frontAndBack"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Specify both front and back faces of the triangle.
NONE | Constant |
public static const NONE:String = "none"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Do not specify an orientation.
Mon Nov 28 2011, 06:48 AM -08:00