Uses of Interface
com.marginallyclever.ro3.apps.viewport.renderpass.RenderPass
Packages that use RenderPass
Package
Description
-
Uses of RenderPass in com.marginallyclever.ro3.apps.viewport
Fields in com.marginallyclever.ro3.apps.viewport with type parameters of type RenderPass -
Uses of RenderPass in com.marginallyclever.ro3.apps.viewport.renderpass
Classes in com.marginallyclever.ro3.apps.viewport.renderpass that implement RenderPassModifier and TypeClassDescriptionclassAbstractRenderPasshandles common methods for allRenderPass.classDraw the background.classDraw the bounding box of eachMeshInstancein the scene.classDraws eachCameraas a pyramid approximating the perspective view frustum.classDrawDepthBufferis a render pass that is responsible for rendering the stencil buffer to the viewport.classDraws eachDHParameteras two lines from the previous joint to the current joint.classDraw a ring around each hinge joint to show the range of motion.classDraw eachMeshInstanceas aMesh.classDraw eachPoseas RGB lines from the origin to the X,Y,Z axes.classDrawStencilBuffer is a render pass that is responsible for rendering the stencil buffer to the viewport.