Class AbstractAccumulationDepthPeeling

    • Field Detail

      • g_accumulationTexId

        protected int[] g_accumulationTexId
      • g_accumulationFboId

        protected int[] g_accumulationFboId
    • Constructor Detail

      • AbstractAccumulationDepthPeeling

        public AbstractAccumulationDepthPeeling()
    • Method Detail

      • init

        public void init​(IPainter painter,
                         int width,
                         int height)
      • reshape

        public void reshape​(IPainter painter,
                            int width,
                            int height)
      • initAccumulationRenderTargets

        protected void initAccumulationRenderTargets​(com.jogamp.opengl.GL2 gl,
                                                     int g_imageWidth,
                                                     int g_imageHeight)
      • deleteAccumulationRenderTargets

        protected void deleteAccumulationRenderTargets​(com.jogamp.opengl.GL2 gl)