Class DepthPeelingView


  • public class DepthPeelingView
    extends AWTView
    DepthPeelingRenderer3d needs to split calls to view clear and view renderer. DepthPeelingView facilitate to perform this with two separate method that replace view.renderScene(gl, glu, viewport);
    Author:
    Martin
    • Field Detail

      • width

        protected int width
      • height

        protected int height
    • Method Detail

      • clearPeeledView

        public void clearPeeledView​(com.jogamp.opengl.GL gl,
                                    com.jogamp.opengl.glu.GLU glu,
                                    int width,
                                    int height)
      • renderPeeledView

        public void renderPeeledView()