Packageaway3d.core.filter
Classpublic class AnotherRivalFilter
InheritanceAnotherRivalFilter Inheritance Object
Implements IPrimitiveQuadrantFilter

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)

Creates a new AnotherRivalFilter object.

Parameters
maxdelay:int (default = 60000) — [optional] The maximum time the filter can take to resolve z-depth before timing out.
####INIT####
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.