Class RayCastingDistBufferGroup
java.lang.Object
cz.fidentis.analyst.glsl.buffergroups.impl.AbstractBufferGroup
cz.fidentis.analyst.glsl.buffergroups.impl.RayCastingDistBufferGroup
- All Implemented Interfaces:
GlslBufferGroup
This class implements a collection of buffers used by the
MeshDistanceRCGPU
visitor.-
Constructor Summary
ConstructorsConstructorDescriptionRayCastingDistBufferGroup
(com.jogamp.opengl.GLContext glContext) Constructor. -
Method Summary
Methods inherited from class cz.fidentis.analyst.glsl.buffergroups.impl.AbstractBufferGroup
bindBuffer, bindSsboBuffers, destroyBuffers, getAtomicCounterBuffer, getFrameBuffer, getImageBuffer, getPixelUnpackBuffer, getSSboBuffer, getTextureAdapterBuffer
-
Constructor Details
-
RayCastingDistBufferGroup
public RayCastingDistBufferGroup(com.jogamp.opengl.GLContext glContext) Constructor.- Parameters:
glContext
- OpenGL context.
-