| Package | Description |
|---|---|
| org.processmining.visualisation3d.gldatastructures |
| Modifier and Type | Class and Description |
|---|---|
class |
JoglMultiSampleRenderBufferObject |
class |
JoglRenderBufferObject |
class |
JoglTextureBufferObject |
| Modifier and Type | Method and Description |
|---|---|
IJoglFrameBufferAttachment |
IJoglFrameBufferObject.CreateRboAttachment(GraphicsPipeline pipe,
int bufferType) |
IJoglFrameBufferAttachment |
JoglFrameBufferObject.CreateRboAttachment(GraphicsPipeline pipe,
int bufferType) |
IJoglFrameBufferAttachment |
JoglMultiSampleFrameBufferObject.CreateRboAttachment(GraphicsPipeline pipe,
int bufferType) |
IJoglFrameBufferAttachment |
JoglFrameBufferObject.CreateTboAttachment(GraphicsPipeline pipe,
int intFormat,
int border,
int pFormat,
int pType) |
IJoglFrameBufferAttachment |
JoglFrameBufferObject.getColorBuffer0() |
IJoglFrameBufferAttachment |
JoglFrameBufferObject.getDepthBuffer0() |
| Modifier and Type | Method and Description |
|---|---|
void |
JoglFrameBufferObject.AttachColorBuffer0(GraphicsPipeline pipe,
IJoglFrameBufferAttachment rbo) |
void |
JoglMultiSampleFrameBufferObject.AttachColorBuffer0(GraphicsPipeline pipe,
IJoglFrameBufferAttachment rbo) |
void |
JoglFrameBufferObject.AttachDepthBuffer(GraphicsPipeline pipe,
IJoglFrameBufferAttachment rbo) |
void |
JoglMultiSampleFrameBufferObject.AttachDepthBuffer(GraphicsPipeline pipe,
IJoglFrameBufferAttachment rbo) |