Class DualDepthPeelingAlgorithm

java.lang.Object
org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractDepthPeelingAlgorithm
org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
All Implemented Interfaces:
IDepthPeelingAlgorithm

public class DualDepthPeelingAlgorithm extends AbstractDepthPeelingAlgorithm implements IDepthPeelingAlgorithm
  • Field Details

    • g_dualBackBlenderFboId

      public int[] g_dualBackBlenderFboId
    • g_dualPeelingSingleFboId

      public int[] g_dualPeelingSingleFboId
    • g_dualDepthTexId

      public int[] g_dualDepthTexId
    • g_dualFrontBlenderTexId

      public int[] g_dualFrontBlenderTexId
    • g_dualBackTempTexId

      public int[] g_dualBackTempTexId
    • g_dualBackBlenderTexId

      public int[] g_dualBackBlenderTexId
    • glslInit

      public GLSLProgram glslInit
    • glslPeel

      public GLSLProgram glslPeel
    • glslBlend

      public GLSLProgram glslBlend
    • glslFinal

      public GLSLProgram glslFinal
    • shaderBase

      protected ShaderFilePair shaderBase
    • shaderInit

      protected ShaderFilePair shaderInit
    • shaderPeel

      protected ShaderFilePair shaderPeel
    • shaderBlend

      protected ShaderFilePair shaderBlend
    • shaderFinal

      protected ShaderFilePair shaderFinal
  • Constructor Details

    • DualDepthPeelingAlgorithm

      public DualDepthPeelingAlgorithm()
  • Method Details