Package | away3d.core.filter |
Class | public class MaxPolyFilter |
Inheritance | MaxPolyFilter Object |
Implements | IPrimitiveFilter |
Method | Defined By | ||
---|---|---|---|
MaxPolyFilter(maxP:int = 1000)
Creates a new MaxPolyFilter object. | MaxPolyFilter | ||
Applies the filter to the primitive array. | MaxPolyFilter | ||
toString():String
Used to trace the values of a filter. | MaxPolyFilter |
MaxPolyFilter | () | Constructor |
public function MaxPolyFilter(maxP:int = 1000)
Creates a new MaxPolyFilter
object.
maxP:int (default = 1000 ) — A maximum allowed drawing primitives. Default = 1000;
|
filter | () | method |
public function filter(renderer:Renderer):void
Applies the filter to the primitive array.
Parameters
renderer:Renderer — The primitives to be filtered.
|
toString | () | method |
public function toString():String
Used to trace the values of a filter.
ReturnsString — A string representation of the filter object.
|