Package | away3d.core.filter |
Class | public class MaxPolyFilter |
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)
Parameters
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.
Parametersrenderer: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.
|