Class AbstractAccumulationDepthPeeling

java.lang.Object
org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractDepthPeelingAlgorithm
org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractAccumulationDepthPeeling
All Implemented Interfaces:
IDepthPeelingAlgorithm
Direct Known Subclasses:
WeightedAveragePeelingAlgorithm, WeightedSumPeelingAlgorithm

public abstract class AbstractAccumulationDepthPeeling extends AbstractDepthPeelingAlgorithm
  • Field Details

    • g_accumulationTexId

      protected int[] g_accumulationTexId
    • g_accumulationFboId

      protected int[] g_accumulationFboId
  • Constructor Details

    • AbstractAccumulationDepthPeeling

      public AbstractAccumulationDepthPeeling()
  • Method Details

    • 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)