Class FrontToBackPeelingAlgorithm

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

public class FrontToBackPeelingAlgorithm extends AbstractDepthPeelingAlgorithm implements IDepthPeelingAlgorithm
  • Field Details

    • glslInit

      public GLSLProgram glslInit
    • glslPeel

      public GLSLProgram glslPeel
    • glslBlend

      public GLSLProgram glslBlend
    • glslFinal

      public GLSLProgram glslFinal
    • g_frontFboId

      public int[] g_frontFboId
    • g_frontDepthTexId

      public int[] g_frontDepthTexId
    • g_frontColorTexId

      public int[] g_frontColorTexId
    • g_frontColorBlenderTexId

      public int[] g_frontColorBlenderTexId
    • g_frontColorBlenderFboId

      public int[] g_frontColorBlenderFboId
    • shaderBase

      protected ShaderFilePair shaderBase
    • shaderInit

      protected ShaderFilePair shaderInit
    • shaderPeel

      protected ShaderFilePair shaderPeel
    • shaderBlend

      protected ShaderFilePair shaderBlend
    • shaderFinal

      protected ShaderFilePair shaderFinal
  • Constructor Details

    • FrontToBackPeelingAlgorithm

      public FrontToBackPeelingAlgorithm()
  • Method Details