Packageaway3d.core.filter
Classpublic class ZSortFilter
ImplementsIPrimitiveFilter

Sorts drawing primitives by z coordinate.

Public Methods
 MethodDefined by
  
filter(primitives:Array, scene:Scene3D, camera:Camera3D, clip:Clipping):Array
Applies the filter to the primitive array.
ZSortFilter
  
toString():String
Used to trace the values of a filter.
ZSortFilter
Method detail
filter()method
public function filter(primitives:Array, scene:Scene3D, camera:Camera3D, clip:Clipping):Array

Applies the filter to the primitive array.

Parameters
primitives:Array — The primitives to be filtered.
 
scene:Scene3D — The scene to which the primitives belongs.
 
camera:Camera3D — The camera being used in the renderer for the primitives.
 
clip:Clipping — The clipping object used in the renderer for the primitive's view.

Returns
Array
toString()method 
public function toString():String

Used to trace the values of a filter.

Returns
String — A string representation of the filter object.
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments