Packageorg.papervision3d.core.culling
Classpublic class RectangleParticleCuller
ImplementsIParticleCuller



Public Properties
 PropertyDefined by
  cullingRectangle : Rectangle
RectangleParticleCuller
Public Methods
 MethodDefined by
  
RectangleParticleCuller(cullingRectangle:Rectangle = null)
RectangleParticleCuller
  
testParticle(particle:Particle):Boolean
RectangleParticleCuller
Property detail
cullingRectangleproperty
public var cullingRectangle:Rectangle
Constructor detail
RectangleParticleCuller()constructor
public function RectangleParticleCuller(cullingRectangle:Rectangle = null)Parameters
cullingRectangle:Rectangle (default = null)
Method detail
testParticle()method
public function testParticle(particle:Particle):BooleanParameters
particle:Particle

Returns
Boolean