Class AbstractAccumlationDepthPeeling

    • Field Detail

      • g_accumulationTexId

        public int[] g_accumulationTexId
      • g_accumulationFboId

        public int[] g_accumulationFboId
    • Constructor Detail

      • AbstractAccumlationDepthPeeling

        public AbstractAccumlationDepthPeeling()
    • Method Detail

      • init

        public void init​(IPainter painter,
                         com.jogamp.opengl.GL2 gl,
                         int width,
                         int height)
      • reshape

        public void reshape​(IPainter painter,
                            com.jogamp.opengl.GL2 gl,
                            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)