Packageaway3d.core.filter
Interfacepublic interface IPrimitiveVolumeBlockFilter

Interface for filters that work on primitive volume blocks

Public Methods
 MethodDefined by
  
filter(blocklist:PrimitiveVolumeBlock, scene:Scene3D, camera:Camera3D, clip:Clipping):void
Applies the filter to the volume block.
IPrimitiveVolumeBlockFilter
Method detail
filter()method
public function filter(blocklist:PrimitiveVolumeBlock, scene:Scene3D, camera:Camera3D, clip:Clipping):void

Applies the filter to the volume block.

Parameters
blocklist:PrimitiveVolumeBlock — The volume block tree to be filtered.
 
scene:Scene3D — The scene to which the volume block tree belongs.
 
camera:Camera3D — The camera being used in the renderer for the volume block tree
 
clip:Clipping — The clipping object used in the renderer for the volume block tree's view.
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments