Uses of Interface
org.jzy3d.plot3d.rendering.shaders.IShaderable
-
-
Uses of IShaderable in org.jzy3d.demos.shaders
Methods in org.jzy3d.demos.shaders with parameters of type IShaderable Modifier and Type Method Description static ChartShaderMandelbrotDemo. initChart(IShaderable s) -
Uses of IShaderable in org.jzy3d.plot3d.rendering.ddp
Subinterfaces of IShaderable in org.jzy3d.plot3d.rendering.ddp Modifier and Type Interface Description interfaceIDepthPeelingAlgorithmAIDepthPeelingAlgorithmhas a GLEventListener-like interface to act as a delegate for a depth peeling renderer.Classes in org.jzy3d.plot3d.rendering.ddp that implement IShaderable Modifier and Type Class Description classAbstractDepthPeelingAlgorithm -
Uses of IShaderable in org.jzy3d.plot3d.rendering.ddp.algorithms
Classes in org.jzy3d.plot3d.rendering.ddp.algorithms that implement IShaderable Modifier and Type Class Description classAbstractAccumlationDepthPeelingclassDualDepthPeelingAlgorithmclassFrontToBackPeelingAlgorithmclassWeightedAveragePeelingAlgorithmclassWeightedSumPeelingAlgorithm -
Uses of IShaderable in org.jzy3d.plot3d.rendering.shaders
Classes in org.jzy3d.plot3d.rendering.shaders that implement IShaderable Modifier and Type Class Description classShadedDrawableclassShaderableFields in org.jzy3d.plot3d.rendering.shaders declared as IShaderable Modifier and Type Field Description protected IShaderableShaderRenderer3d. shaderableConstructors in org.jzy3d.plot3d.rendering.shaders with parameters of type IShaderable Constructor Description ShaderRenderer3d(View view, boolean traceGL, boolean debugGL, IShaderable shaderable) -
Uses of IShaderable in org.jzy3d.plot3d.rendering.shaders.mandelbrot
Classes in org.jzy3d.plot3d.rendering.shaders.mandelbrot that implement IShaderable Modifier and Type Class Description classMandelBrotShader
-