Class AbstractAccumulationDepthPeeling
java.lang.Object
org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractDepthPeelingAlgorithm
org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractAccumulationDepthPeeling
- All Implemented Interfaces:
IDepthPeelingAlgorithm
- Direct Known Subclasses:
WeightedAveragePeelingAlgorithm
,WeightedSumPeelingAlgorithm
-
Field Summary
Modifier and TypeFieldDescriptionprotected int[]
protected int[]
Fields inherited from class org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractDepthPeelingAlgorithm
g_backgroundColor, g_black, g_drawBuffers, g_numGeoPasses, g_numPasses, g_opacity, g_quadDisplayList, g_queryId, g_useOQ, g_white, glu, MAX_DEPTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
deleteAccumulationRenderTargets
(com.jogamp.opengl.GL2 gl) void
protected void
initAccumulationRenderTargets
(com.jogamp.opengl.GL2 gl, int g_imageWidth, int g_imageHeight) void
Methods inherited from class org.jzy3d.plot3d.rendering.ddp.algorithms.AbstractDepthPeelingAlgorithm
buildFinish, buildFullScreenQuad, buildShaders, destroyShaders, dispose, getBackground, getGL, getGLU, getOpacity, getTasksToRender, incrementGeoPasses, reloadShaders, resetNumPass, setBackground, setOpacity, setTasksToRender, shader, tasksToRender
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jzy3d.plot3d.rendering.ddp.algorithms.IDepthPeelingAlgorithm
display
-
Field Details
-
g_accumulationTexId
protected int[] g_accumulationTexId -
g_accumulationFboId
protected int[] g_accumulationFboId
-
-
Constructor Details
-
AbstractAccumulationDepthPeeling
public AbstractAccumulationDepthPeeling()
-
-
Method Details
-
init
-
reshape
-
initAccumulationRenderTargets
protected void initAccumulationRenderTargets(com.jogamp.opengl.GL2 gl, int g_imageWidth, int g_imageHeight) -
deleteAccumulationRenderTargets
protected void deleteAccumulationRenderTargets(com.jogamp.opengl.GL2 gl)
-