Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractAccumlationDepthPeeling - Class in org.jzy3d.plot3d.rendering.ddp.algorithms
 
AbstractAccumlationDepthPeeling() - Constructor for class org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractAccumlationDepthPeeling
 
AbstractDepthPeelingAlgorithm - Class in org.jzy3d.plot3d.rendering.ddp
 
AbstractDepthPeelingAlgorithm() - Constructor for class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
applyGeometryTransform(Transform) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.TexSurface
 
autoSwapBuffer - Variable in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
autoSwapBuffer - Variable in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
AXE_IN_PEELING - Static variable in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 

B

bind(GL2) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
bindTexture(GL2, int, String, int, int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
bindTexture2D(GL2, String, int, int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
bindTexture3D(GL2, String, int, int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
bindTextureRECT(GL2, String, int, int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
buildFinish(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
buildFullScreenQuad(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
buildShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
buildShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
buildShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
buildShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
buildShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 

C

c - Static variable in class org.jzy3d.io.glsl.ShaderFilePair
 
CHART_CANVAS_AUTOSWAP - Static variable in class org.jzy3d.demos.shaders.ShaderDemo
 
CHART_CANVAS_AUTOSWAP - Static variable in class org.jzy3d.demos.shaders.ShaderMandelbrotDemo
 
CHART_CANVAS_AUTOSWAP - Static variable in class org.jzy3d.plot3d.rendering.ddp.PeelingComponentFactory
 
checkShaderLogInfo(GL2, int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
clearPeeledView(GL, GLU, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingView
 
compileFragmentShader(GL2, URL, String) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
compileVertexShader(GL2, URL, String) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
copyTo(MandelbrotSetting) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
createCylinder(Chart, Coord3d, float, float, Color) - Static method in class org.jzy3d.demos.ddp.PeeledStackDemo
 
createCylinder(Chart, Coord3d, float, float, Color) - Static method in class org.jzy3d.demos.shaders.ShaderDemo
 
createLine(Chart, Coord3d, Coord3d, int) - Static method in class org.jzy3d.demos.ddp.PeeledStackDemo
 
createLine(Chart, Coord3d, Coord3d, int) - Static method in class org.jzy3d.demos.shaders.ShaderDemo
 
createStack(Chart, float, float, Coord3d, Color, Color) - Static method in class org.jzy3d.demos.ddp.PeeledCubesDemo
 
createStack(Chart, float, float, Coord3d, Color, Color) - Static method in class org.jzy3d.demos.ddp.PeeledDragonDemo
 
createStack(Chart, int, int, int, Color, Color) - Static method in class org.jzy3d.demos.ddp.PeeledStackDemo
 
createStack(Chart, float, float, float, Color, Color) - Static method in class org.jzy3d.demos.shaders.ShaderDemo
 
createStack(Chart, int, int, int, Color, Color) - Static method in class org.jzy3d.demos.shaders.ShaderDemo
 

D

DEBUG - Static variable in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
DEBUG - Static variable in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
DECOMPOSE_VIEW - Static variable in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
DECOMPOSE_VIEW - Static variable in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
DEFAULT_STRICTNESS - Static variable in class org.jzy3d.io.glsl.GLSLProgram
 
deleteAccumulationRenderTargets(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractAccumlationDepthPeeling
 
deleteDualPeelingRenderTargets(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
deleteFrontPeelingRenderTargets(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
DepthPeelingChart - Class in org.jzy3d.plot3d.rendering.ddp
 
DepthPeelingChart() - Constructor for class org.jzy3d.plot3d.rendering.ddp.DepthPeelingChart
 
DepthPeelingRenderer3d - Class in org.jzy3d.plot3d.rendering.ddp
Execute depth peeling methods in a Jzy3d Renderer3d This feature is based on Order Independent Transparency algorithms published by Louis Bavoil (NVIDIA Corporation).
DepthPeelingRenderer3d(DepthPeelingView, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
DepthPeelingRenderer3d(PeelingMethod, DepthPeelingView, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
DepthPeelingView - Class in org.jzy3d.plot3d.rendering.ddp
DepthPeelingRenderer3d needs to split calls to view clear and view renderer.
DepthPeelingView(IChartComponentFactory, Scene, ICanvas, Quality) - Constructor for class org.jzy3d.plot3d.rendering.ddp.DepthPeelingView
 
destroy(GL2) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
destroyProgram(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelBrotShader
 
destroyProgram(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
destroyShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
destroyShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
destroyShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
destroyShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
destroyShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 
display(GL2, GLU) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
display(GL2, GLU) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
display(GL2, GLU) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
display(GL2, GLU) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 
display(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
display(GL2, GLU) - Method in interface org.jzy3d.plot3d.rendering.shaders.IShaderable
 
display(GL2, GLU) - Method in class org.jzy3d.plot3d.rendering.shaders.ShadedDrawable
 
display(GL2, GLU) - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
display(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
dispose(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
dispose(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
dispose(GL2) - Method in interface org.jzy3d.plot3d.rendering.shaders.IShaderable
 
dispose(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
dispose(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
draw(GL, GLU, Camera) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.TexSurface
 
DualDepthPeelingAlgorithm - Class in org.jzy3d.plot3d.rendering.ddp.algorithms
 
DualDepthPeelingAlgorithm() - Constructor for class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
dualPeelingAlgorithm - Variable in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 

E

executeProgram(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelBrotShader
 
executeProgram(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 

F

FILES - Static variable in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelBrotShader
 
fragmentName - Variable in class org.jzy3d.io.glsl.ShaderFilePair
 
fragmentShaders_ - Variable in class org.jzy3d.io.glsl.GLSLProgram
 
FrontToBackPeelingAlgorithm - Class in org.jzy3d.plot3d.rendering.ddp.algorithms
 
FrontToBackPeelingAlgorithm() - Constructor for class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 

G

g_accumulationFboId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractAccumlationDepthPeeling
 
g_accumulationTexId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractAccumlationDepthPeeling
 
g_backgroundColor - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
g_black - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
g_drawBuffers - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
g_dualBackBlenderFboId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
g_dualBackBlenderTexId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
g_dualBackTempTexId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
g_dualDepthTexId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
g_dualFrontBlenderTexId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
g_dualPeelingSingleFboId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
g_frontColorBlenderFboId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
g_frontColorBlenderTexId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
g_frontColorTexId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
g_frontDepthTexId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
g_frontFboId - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
g_numGeoPasses - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
g_numPasses - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
g_opacity - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
g_quadDisplayList - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
g_queryId - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
g_useOQ - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
g_white - Variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
get(Quality, String) - Static method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingChart
 
get(Quality, String, PeelingMethod) - Static method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingChart
 
get(Quality, String, PeelingMethod, GLSLProgram.Strictness) - Static method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingChart
 
get(Quality, String, PeelingMethod, GLSLProgram.Strictness, boolean) - Static method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingChart
 
getDepthPeelingAlgorithm(PeelingMethod) - Static method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
getDepthPeelingContentRenderer(View) - Static method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
getFragmentName() - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
getFragmentPath() - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
getFragmentStream() - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
getFragmentURL() - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
getGL2(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
getHeight() - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
getIterations() - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
getPath() - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
getProgramId() - Method in class org.jzy3d.io.glsl.GLSLProgram
 
getShaderContentRenderer(View) - Static method in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
getTasksToRender() - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
getTasksToRender() - Method in interface org.jzy3d.plot3d.rendering.shaders.IShaderable
 
getTasksToRender() - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
getVertexName() - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
getVertexPath() - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
getVertexStream() - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
getVertexURL() - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
getWidth() - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
getX() - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
getY() - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
glslBlend - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
glslBlend - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
glslFinal - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
glslFinal - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
glslFinal - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
glslFinal - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 
glslInit - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
glslInit - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
glslInit - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
glslInit - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 
glslPeel - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
glslPeel - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
GLSLProgram - Class in org.jzy3d.io.glsl
Below is description of the GLSL program lifecycle, with Jzy3d methods, and underlying OpenGL methods.
GLSLProgram() - Constructor for class org.jzy3d.io.glsl.GLSLProgram
 
GLSLProgram(GLSLProgram.Strictness) - Constructor for class org.jzy3d.io.glsl.GLSLProgram
 
GLSLProgram.GLSLWarnType - Enum in org.jzy3d.io.glsl
 
GLSLProgram.Strictness - Enum in org.jzy3d.io.glsl
Control the behaviour of a GLSL program with errors (throwing exceptions, create warnings, etc)
glu - Variable in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 

H

height - Variable in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingView
 

I

IDepthPeelingAlgorithm - Interface in org.jzy3d.plot3d.rendering.ddp
A IDepthPeelingAlgorithm has a GLEventListener-like interface to act as a delegate for a depth peeling renderer.
incrementGeoPasses() - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
init(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractAccumlationDepthPeeling
 
init(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
init(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
init(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
init(GL2, int, int) - Method in interface org.jzy3d.plot3d.rendering.shaders.IShaderable
 
init(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
init(GLAutoDrawable) - Method in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
initAccumulationRenderTargets(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractAccumlationDepthPeeling
 
initChart() - Static method in class org.jzy3d.demos.shaders.ShaderDemo
 
initChart(IShaderable) - Static method in class org.jzy3d.demos.shaders.ShaderMandelbrotDemo
 
initDualPeelingRenderTargets(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
initFrontPeelingRenderTargets(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
IShaderable - Interface in org.jzy3d.plot3d.rendering.shaders
 

L

link(GL2) - Method in class org.jzy3d.io.glsl.GLSLProgram
Create a program and attach previously loaded and compiled shaders.
loadAndCompileFragmentShader(GL2, URL) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
loadAndCompileFragmentShader(GL2, InputStream) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
loadAndCompileFragmentShader(GL2, InputStream, URL) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
loadAndCompileShaders(GL2, ShaderFilePair) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
loadAndCompileVertexShader(GL2, URL) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
loadAndCompileVertexShader(GL2, InputStream) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
loadAndCompileVertexShader(GL2, InputStream, URL) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
loadProgram(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelBrotShader
 
loadProgram(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
LOGGER - Variable in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 

M

main(String[]) - Static method in class org.jzy3d.demos.ddp.PeeledCubesDemo
 
main(String[]) - Static method in class org.jzy3d.demos.ddp.PeeledDragonDemo
 
main(String[]) - Static method in class org.jzy3d.demos.ddp.PeeledStackDemo
 
main(String[]) - Static method in class org.jzy3d.demos.ddp.PeeledWireSurfaceDemo
 
main(String[]) - Static method in class org.jzy3d.demos.shaders.ShaderColoredDragon
 
main(String[]) - Static method in class org.jzy3d.demos.shaders.ShaderDemo
 
main(String[]) - Static method in class org.jzy3d.demos.shaders.ShaderMandelbrotDemo
 
MandelbrotSetting - Class in org.jzy3d.plot3d.rendering.shaders.mandelbrot
 
MandelbrotSetting() - Constructor for class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
MandelBrotShader - Class in org.jzy3d.plot3d.rendering.shaders.mandelbrot
 
MandelBrotShader() - Constructor for class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelBrotShader
 
MAX_DEPTH - Static variable in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 

N

newRenderer(View, boolean, boolean) - Method in class org.jzy3d.plot3d.rendering.ddp.PeelingComponentFactory
 
newView(Scene, ICanvas, Quality) - Method in class org.jzy3d.plot3d.rendering.ddp.PeelingComponentFactory
 

O

org.jzy3d.demos.ddp - package org.jzy3d.demos.ddp
 
org.jzy3d.demos.shaders - package org.jzy3d.demos.shaders
 
org.jzy3d.io.glsl - package org.jzy3d.io.glsl
 
org.jzy3d.plot3d.rendering.ddp - package org.jzy3d.plot3d.rendering.ddp
 
org.jzy3d.plot3d.rendering.ddp.algorithms - package org.jzy3d.plot3d.rendering.ddp.algorithms
 
org.jzy3d.plot3d.rendering.shaders - package org.jzy3d.plot3d.rendering.shaders
 
org.jzy3d.plot3d.rendering.shaders.mandelbrot - package org.jzy3d.plot3d.rendering.shaders.mandelbrot
 

P

pack - Variable in class org.jzy3d.io.glsl.ShaderFilePair
 
packageName(Class<?>) - Static method in class org.jzy3d.io.glsl.ShaderFilePair
 
packageName(Package) - Static method in class org.jzy3d.io.glsl.ShaderFilePair
 
PeeledCubesDemo - Class in org.jzy3d.demos.ddp
no pb avec simple polygon: gl.glPolygonMode(GL2.GL_FRONT_AND_BACK, GL2.GL_FILL); gl.glEnable(GL2.GL_POLYGON_OFFSET_FILL); Probl�me avec polygon normal > probl�me enlev� si p1.setWireframeDisplayed(false); > l'ordre dans le scene graph n'a pas l'air d'avoir d'impact Probl�me avec simple polygon qd create stack avant ou apr�s Dans la vue d�compos�e renderer.display, le rendering devient tr�s lent si view.renderOverlay(gl); n'est pas appel�
PeeledCubesDemo() - Constructor for class org.jzy3d.demos.ddp.PeeledCubesDemo
 
PeeledDragonDemo - Class in org.jzy3d.demos.ddp
 
PeeledDragonDemo() - Constructor for class org.jzy3d.demos.ddp.PeeledDragonDemo
 
PeeledStackDemo - Class in org.jzy3d.demos.ddp
 
PeeledStackDemo() - Constructor for class org.jzy3d.demos.ddp.PeeledStackDemo
 
PeeledWireSurfaceDemo - Class in org.jzy3d.demos.ddp
 
PeeledWireSurfaceDemo() - Constructor for class org.jzy3d.demos.ddp.PeeledWireSurfaceDemo
 
PeelingComponentFactory - Class in org.jzy3d.plot3d.rendering.ddp
 
PeelingComponentFactory(PeelingMethod) - Constructor for class org.jzy3d.plot3d.rendering.ddp.PeelingComponentFactory
 
PeelingMethod - Enum in org.jzy3d.plot3d.rendering.ddp.algorithms
 
postDisplay(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
postDisplay(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
preDisplay(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
 
preDisplay(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
program - Variable in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
programId - Variable in class org.jzy3d.io.glsl.GLSLProgram
 

R

readErrors(GL2, int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
reloadShaders(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
renderAverageColors(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
renderDualPeeling(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
renderFrontToBackPeeling(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
renderPeeledView(GL, GLU) - Method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingView
 
renderTasks(GL2) - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
renderWeightedSum(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 
resetNumPass() - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
reshape(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractAccumlationDepthPeeling
 
reshape(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
reshape(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
reshape(GLAutoDrawable, int, int, int, int) - Method in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingRenderer3d
Rebuild all depth peeling buffers for the new screen size.
reshape(GL2, int, int) - Method in interface org.jzy3d.plot3d.rendering.shaders.IShaderable
 
reshape(GL2, int, int) - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
reshape(GLAutoDrawable, int, int, int, int) - Method in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
Rebuild all depth peeling buffers for the new screen size.

S

setFragmentName(String) - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
setHeight(float) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
setIterations(int) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
setTasksToRender(IGLRenderer) - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
setTasksToRender(IGLRenderer) - Method in interface org.jzy3d.plot3d.rendering.shaders.IShaderable
 
setTasksToRender(IGLRenderer) - Method in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
setTextureUnit(GL2, String, int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
setUniform(GL2, String, float) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
setUniform(GL2, String, float[], int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
setVertexName(String) - Method in class org.jzy3d.io.glsl.ShaderFilePair
 
setWidth(float) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
setX(float) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
setY(float) - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.MandelbrotSetting
 
ShadedDrawable - Class in org.jzy3d.plot3d.rendering.shaders
 
ShadedDrawable(AbstractDrawable, ShaderFilePair) - Constructor for class org.jzy3d.plot3d.rendering.shaders.ShadedDrawable
 
shader(String) - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
Shaderable - Class in org.jzy3d.plot3d.rendering.shaders
 
Shaderable() - Constructor for class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
shaderable - Variable in class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
shaderBase - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
shaderBase - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
shaderBase - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
shaderBase - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 
shaderBlend - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
shaderBlend - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
ShaderColoredDragon - Class in org.jzy3d.demos.shaders
 
ShaderColoredDragon() - Constructor for class org.jzy3d.demos.shaders.ShaderColoredDragon
 
ShaderDemo - Class in org.jzy3d.demos.shaders
 
ShaderDemo() - Constructor for class org.jzy3d.demos.shaders.ShaderDemo
 
ShaderFilePair - Class in org.jzy3d.io.glsl
Store a pair of URL for a vertex and fragment shader, relative to a class Package.
ShaderFilePair(Class<?>, String, String) - Constructor for class org.jzy3d.io.glsl.ShaderFilePair
 
ShaderFilePair(Package, String, String) - Constructor for class org.jzy3d.io.glsl.ShaderFilePair
 
ShaderFilePair(String, String, String) - Constructor for class org.jzy3d.io.glsl.ShaderFilePair
 
shaderFinal - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
shaderFinal - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
shaderFinal - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
shaderFinal - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 
shaderInit - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
shaderInit - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
shaderInit - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
shaderInit - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 
ShaderMandelbrotDemo - Class in org.jzy3d.demos.shaders
 
ShaderMandelbrotDemo() - Constructor for class org.jzy3d.demos.shaders.ShaderMandelbrotDemo
 
shaderPeel - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.DualDepthPeelingAlgorithm
 
shaderPeel - Variable in class org.jzy3d.plot3d.rendering.ddp.algorithms.FrontToBackPeelingAlgorithm
 
ShaderRenderer3d - Class in org.jzy3d.plot3d.rendering.shaders
 
ShaderRenderer3d(View, boolean, boolean) - Constructor for class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
ShaderRenderer3d(View, boolean, boolean, IShaderable) - Constructor for class org.jzy3d.plot3d.rendering.shaders.ShaderRenderer3d
 
shaders - Variable in class org.jzy3d.plot3d.rendering.shaders.Shaderable
 
SIZE - Static variable in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.TexSurface
 
strictness - Variable in class org.jzy3d.io.glsl.GLSLProgram
 

T

tasksToRender(GL2) - Method in class org.jzy3d.plot3d.rendering.ddp.AbstractDepthPeelingAlgorithm
 
TexSurface - Class in org.jzy3d.plot3d.rendering.shaders.mandelbrot
 
TexSurface() - Constructor for class org.jzy3d.plot3d.rendering.shaders.mandelbrot.TexSurface
 

U

unbind(GL2) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
updateBounds() - Method in class org.jzy3d.plot3d.rendering.shaders.mandelbrot.TexSurface
 

V

validateProgram(GL2) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
valueOf(String) - Static method in enum org.jzy3d.io.glsl.GLSLProgram.GLSLWarnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.io.glsl.GLSLProgram.Strictness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jzy3d.plot3d.rendering.ddp.algorithms.PeelingMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jzy3d.io.glsl.GLSLProgram.GLSLWarnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.io.glsl.GLSLProgram.Strictness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jzy3d.plot3d.rendering.ddp.algorithms.PeelingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
verifyLinkStatus(GL2, int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
verifyShaderCompiled(GL2, URL, int, String) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
vertexName - Variable in class org.jzy3d.io.glsl.ShaderFilePair
 
vertexShaders_ - Variable in class org.jzy3d.io.glsl.GLSLProgram
 

W

warn(String, GLSLProgram.GLSLWarnType) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
WARN_SHOW_SHADER_SOURCE - Static variable in class org.jzy3d.io.glsl.GLSLProgram
 
warnBuffer - Variable in class org.jzy3d.io.glsl.GLSLProgram
 
warnLink(GL2, String, int, int) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
warnScript(GL2, URL, String, int, int, String) - Method in class org.jzy3d.io.glsl.GLSLProgram
 
WeightedAveragePeelingAlgorithm - Class in org.jzy3d.plot3d.rendering.ddp.algorithms
 
WeightedAveragePeelingAlgorithm() - Constructor for class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedAveragePeelingAlgorithm
 
WeightedSumPeelingAlgorithm - Class in org.jzy3d.plot3d.rendering.ddp.algorithms
 
WeightedSumPeelingAlgorithm() - Constructor for class org.jzy3d.plot3d.rendering.ddp.algorithms.WeightedSumPeelingAlgorithm
 
width - Variable in class org.jzy3d.plot3d.rendering.ddp.DepthPeelingView
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.