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
    • Constructor Detail

      • DepthPeelingView

        public DepthPeelingView​(IChartFactory factory,
                                org.jzy3d.plot3d.rendering.scene.Scene scene,
                                ICanvas canvas,
                                Quality quality)
    • 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()