Interface RenderPass

All Superinterfaces:
EventListener, com.jogamp.opengl.GLEventListener
All Known Implementing Classes:
AbstractRenderPass, DrawBackground, DrawBoundingBoxes, DrawCameras, DrawDHParameters, DrawJoints, DrawMeshes, DrawPoses

public interface RenderPass extends com.jogamp.opengl.GLEventListener

Classes which implement RenderPass are drawn as part of - or on top of - the 3D scene. They should be registered to the Registry. The order of registration controls the order in which they are rendered. They are rendered by the Viewport.