Packageaway3d.core.draw
Classpublic class DrawFog
InheritanceDrawFog Inheritance DrawPrimitive

Fog primitive class

Public Properties
 PropertyDefined by
 Inheritedcreate : Function
DrawPrimitive
  material : IFogMaterial
DrawFog
 InheritedmaxX : Number
DrawPrimitive
 InheritedmaxY : Number
DrawPrimitive
 InheritedmaxZ : Number
DrawPrimitive
 InheritedminX : Number
DrawPrimitive
 InheritedminY : Number
DrawPrimitive
 InheritedminZ : Number
DrawPrimitive
 Inheritedprojection : Projection
DrawPrimitive
 Inheritedquadrant : PrimitiveQuadrantTreeNode
DrawPrimitive
 InheritedscreenZ : Number
DrawPrimitive
 Inheritedsource : Object3D
DrawPrimitive
Public Methods
 MethodDefined by
 Inherited
clear():void
DrawPrimitive
 Inherited
contains(x:Number, y:Number):Boolean
DrawPrimitive
 Inherited
getZ(x:Number, y:Number):Number
DrawPrimitive
 Inherited
quarter(focus:Number):Array
DrawPrimitive
  
render():void
DrawFog
 Inherited
shade():void
DrawPrimitive
 Inherited
toString():String
DrawPrimitive
Protected Methods
 MethodDefined by
 Inherited
assert(statement:Boolean, message:String = "Assert failure"):void
[static]
DrawPrimitive
Property detail
materialproperty
public var material:IFogMaterial
Method detail
render()method
public override function render():void
Wiki link
Click to go to the wiki page for 'away3d.core.draw.DrawFog'

Code examples

Comments