Packageaway3d.core.filter
Classpublic class AnotherRivalFilter
ImplementsIPrimitiveQuadrantFilter

Corrects triangle z-sorting

Public Methods
 MethodDefined by
  
AnotherRivalFilter
(maxdelay:int = 60000)
Creates a new AnotherRivalFilter object.
AnotherRivalFilter
  
filter(renderer:QuadrantRenderer):void
Applies the filter to the quadrant tree.
AnotherRivalFilter
  
toString():String
Used to trace the values of a filter.
AnotherRivalFilter
Constructor detail
AnotherRivalFilter()constructor
public function AnotherRivalFilter(maxdelay:int = 60000)Parameters
maxdelay:int (default = 60000) — [optional] The maximum time the filter can take to resolve z-depth before timing out.
Init Parameters
Method detail
filter()method
public function filter(renderer:QuadrantRenderer):void

Applies the filter to the quadrant tree.

Parameters
renderer:QuadrantRenderer — The quadrant tree to be filtered.
toString()method 
public function toString():String

Used to trace the values of a filter.

Returns
String — A string representation of the filter object.
Wiki link
Click to go to the wiki page for 'away3d.core.filter.AnotherRivalFilter'

Code examples

Comments