Interface dnx.lr.GlobalPassViewVolumeNode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface dnx.lr.GlobalPassViewVolumeNode

public interface GlobalPassViewVolumeNode
extends Object
extends GlobalPassNode
A global pass node that is culled based on the viewing volume of the viewpoint. This means that it will only be visited if the viewing volume intersects the node's bounding box (i.e. the node is visible from the viewpoint).

All Packages  Class Hierarchy  This Package  Previous  Next  Index