Interface for filters that work on primitive volume blocks
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.
|
Click to go to the wiki page for ####WIKI####