Packageaway3d.core.filter
Interfacepublic interface IPrimitiveFilter
ImplementorsFogFilter, MaxPolyFilter, ZDepthFilter, ZSortFilter

Interface for filters that work on primitive arrays

Public Methods
 MethodDefined by
  
filter(renderer:Renderer):void
Applies the filter to the primitive array.
IPrimitiveFilter
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.
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments