Package | Description |
---|---|
org.processmining.visualisation3d.gldatastructures | |
org.processmining.visualisation3d.graphicsdatastructures |
Modifier and Type | Class and Description |
---|---|
class |
JoglFrameBufferObject |
class |
JoglMultiSampleFrameBufferObject |
Modifier and Type | Method and Description |
---|---|
void |
JoglFrameBufferObject.BlitToFramebuffer(GraphicsPipeline pipe,
IJoglFrameBufferObject fbo) |
void |
JoglMultiSampleFrameBufferObject.BlitToFramebuffer(GraphicsPipeline pipe,
IJoglFrameBufferObject fbo) |
void |
JoglFrameBufferObject.BlitToFramebuffer(GraphicsPipeline pipe,
IJoglFrameBufferObject fbo,
int filter) |
void |
JoglMultiSampleFrameBufferObject.BlitToFramebuffer(GraphicsPipeline pipe,
IJoglFrameBufferObject fbo,
int filter) |
Constructor and Description |
---|
JoglRenderTargetFramebuffer(IJoglFrameBufferObject drawable) |