Package | away3dlite.sprites |
Class | public class AlignmentType |
Sprite3D
class.
See also
Constant | Defined by | ||
---|---|---|---|
VIEWPLANE : String = "viewplane" [static]
Aligns the sprite parallel to the plane of the viewport.
| AlignmentType | ||
VIEWPOINT : String = "viewpoint" [static]
Aligns the sprite so that it faces the camera object.
| AlignmentType |
VIEWPLANE | constant |
public static const VIEWPLANE:String = "viewplane"
Aligns the sprite parallel to the plane of the viewport.
VIEWPOINT | constant |
public static const VIEWPOINT:String = "viewpoint"
Aligns the sprite so that it faces the camera object.