Package | away3d.core.draw |
Class | public class DrawFog |
Inheritance | DrawFog ![]() |
Property | Defined by | ||
---|---|---|---|
clip : Clipping
The clipping object used to render the drawing primitive.
| DrawFog | ||
![]() | create : Function
Placeholder function for creating new drawing primitives from a cache of objects.
| DrawPrimitive | |
![]() | generated : Boolean
Indicator of whether primitive is the produce of a generator algorithm
| DrawPrimitive | |
material : IFogMaterial
The material used to render the drawing primitive.
| DrawFog | ||
![]() | maxX : Number
Indicates the maximum x value of the drawing primitive.
| DrawPrimitive | |
![]() | maxY : Number
Indicates the maximum y value of the drawing primitive.
| DrawPrimitive | |
![]() | maxZ : Number
Indicates the maximum z value of the drawing primitive.
| DrawPrimitive | |
![]() | minX : Number
Indicates the minimum x value of the drawing primitive.
| DrawPrimitive | |
![]() | minY : Number
Indicates the minimum y value of the drawing primitive.
| DrawPrimitive | |
![]() | minZ : Number
Indicates the minimum z value of the drawing primitive.
| DrawPrimitive | |
![]() | quadrant : PrimitiveQuadrantTreeNode
Reference to the last quadrant used by the drawing primitive.
| DrawPrimitive | |
![]() | screenZ : Number
Indicates the screen z value of the drawing primitive (used for z-sorting).
| DrawPrimitive | |
![]() | source : Object3D
The parent 3d object of the drawing primitive.
| DrawPrimitive | |
![]() | view : View3D
The view 3d object of the drawing primitive.
| DrawPrimitive |
Method | Defined by | ||
---|---|---|---|
![]() |
calc():void
Calculates the min, max and screen properties required for rendering the drawing primitive.
| DrawPrimitive | |
![]() |
clear():void
Deletes the data currently held by the drawing primitive.
| DrawPrimitive | |
![]() |
contains(x:Number, y:Number):Boolean
Determines whether the given point lies inside the drawing primitive
| DrawPrimitive | |
![]() |
getZ(x:Number, y:Number):Number
Calulates the screen z value of a precise point on the drawing primitive.
| DrawPrimitive | |
![]() |
quarter(focus:Number):Array
Cuts the drawing primitive into 4 equally sized drawing primitives.
| DrawPrimitive | |
render():void
Draws the primitive to the view.
| DrawFog | ||
![]() |
toString():String
Used to trace the values of a drawing primitive.
| DrawPrimitive |
clip | property |
public var clip:Clipping
The clipping object used to render the drawing primitive.
material | property |
public var material:IFogMaterial
The material used to render the drawing primitive.
render | () | method |
public override function render():void
Draws the primitive to the view.