Uses of Class
org.jzy3d.io.glsl.ShaderFilePair
-
Packages that use ShaderFilePair Package Description org.jzy3d.io.glsl org.jzy3d.plot3d.rendering.ddp.algorithms -
-
Uses of ShaderFilePair in org.jzy3d.io.glsl
Methods in org.jzy3d.io.glsl with parameters of type ShaderFilePair Modifier and Type Method Description void
GLSLProgram. loadAndCompileShaders(com.jogamp.opengl.GL2 gl, ShaderFilePair files)
-
Uses of ShaderFilePair in org.jzy3d.plot3d.rendering.ddp.algorithms
Fields in org.jzy3d.plot3d.rendering.ddp.algorithms declared as ShaderFilePair Modifier and Type Field Description protected ShaderFilePair
DualDepthPeelingAlgorithm. shaderBase
protected ShaderFilePair
FrontToBackPeelingAlgorithm. shaderBase
protected ShaderFilePair
WeightedAveragePeelingAlgorithm. shaderBase
protected ShaderFilePair
WeightedSumPeelingAlgorithm. shaderBase
protected ShaderFilePair
DualDepthPeelingAlgorithm. shaderBlend
protected ShaderFilePair
FrontToBackPeelingAlgorithm. shaderBlend
protected ShaderFilePair
DualDepthPeelingAlgorithm. shaderFinal
protected ShaderFilePair
FrontToBackPeelingAlgorithm. shaderFinal
protected ShaderFilePair
WeightedAveragePeelingAlgorithm. shaderFinal
protected ShaderFilePair
WeightedSumPeelingAlgorithm. shaderFinal
protected ShaderFilePair
DualDepthPeelingAlgorithm. shaderInit
protected ShaderFilePair
FrontToBackPeelingAlgorithm. shaderInit
protected ShaderFilePair
WeightedAveragePeelingAlgorithm. shaderInit
protected ShaderFilePair
WeightedSumPeelingAlgorithm. shaderInit
protected ShaderFilePair
DualDepthPeelingAlgorithm. shaderPeel
protected ShaderFilePair
FrontToBackPeelingAlgorithm. shaderPeel
-