Packageaway3d.core.filter
Classpublic class ZSortFilter
ImplementsIPrimitiveFilter

Sorts drawing primitives by z coordinate.

Public Methods
 MethodDefined by
  
filter(renderer:Renderer):void
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(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.

Returns
String — A string representation of the filter object.
Wiki link
Click to go to the wiki page for 'away3d.core.filter.ZSortFilter'

Code examples

Comments