Packageaway3d.core.block
Interfacepublic interface IBlockerProvider
ImplementorsConvexBlock

Interface for objects that provide blocker instances for occlusion culling in the renderer.

Public Methods
 MethodDefined by
  
blockers(consumer:IBlockerConsumer):void
Called from the BlockerTraverser when passing Blocker objects to the blocker consumer object
IBlockerProvider
Method detail
blockers()method
public function blockers(consumer:IBlockerConsumer):void

Called from the BlockerTraverser when passing Blocker objects to the blocker consumer object

Parameters
consumer:IBlockerConsumer — The consumer instance

See also

Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments