Packageaway3d.core.filter
Interfacepublic interface IPrimitiveQuadrantFilter
ImplementorsAnotherRivalFilter, QuadrantRiddleFilter

Interface for filters that work on primitive quadrant trees

Public Methods
 MethodDefined by
  
filter(renderer:QuadrantRenderer):void
Applies the filter to the quadrant tree.
IPrimitiveQuadrantFilter
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.
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments