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

Interface dnx.lr.GlobalPassNode

public interface GlobalPassNode
extends Object
A node that wants to be processed during the "global pass" of the scene frame. See Document.java.

Method Index

 o handleGlobalPass(NodeInstance, RenderState, Matrix4)

Methods

 o handleGlobalPass
  public abstract void handleGlobalPass(NodeInstance inst,
                                        RenderState state,
                                        Matrix4 objectToViewerMatrix)

All Packages  Class Hierarchy  This Package  Previous  Next  Index