public class GraphicsDisplay
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
IVRAdapter |
myVR |
JoglRenderTarget |
target |
Constructor and Description |
---|
GraphicsDisplay() |
Modifier and Type | Method and Description |
---|---|
static com.jogamp.opengl.awt.GLCanvas |
CreateGLCanvas() |
void |
display(com.jogamp.opengl.GLAutoDrawable glDrawable,
GraphicsPipeline pipe) |
void |
dispose(com.jogamp.opengl.GLAutoDrawable gLDrawable) |
AverageTimeMeasure |
getAvgRenderTime() |
JoglRenderTarget |
getTarget() |
void |
init(com.jogamp.opengl.GLAutoDrawable glDrawable,
GraphicsPipeline pipe) |
void |
reshape(com.jogamp.opengl.GLAutoDrawable glDrawable,
int x,
int y,
int width,
int height,
GraphicsPipeline pipe) |
void |
Screenshot(IScreenshotCapture cap) |
void |
Screenshot(java.lang.String fileName) |
void |
Screenshot(java.lang.String fileName,
int resx,
int resy,
int samples) |
void |
setGraphicsSettings(JoglGraphicsSettings jgs) |
public JoglRenderTarget target
public IVRAdapter myVR
public AverageTimeMeasure getAvgRenderTime()
public JoglRenderTarget getTarget()
public void setGraphicsSettings(JoglGraphicsSettings jgs)
public static com.jogamp.opengl.awt.GLCanvas CreateGLCanvas()
public void Screenshot(java.lang.String fileName)
public void Screenshot(java.lang.String fileName, int resx, int resy, int samples)
public void Screenshot(IScreenshotCapture cap)
public void init(com.jogamp.opengl.GLAutoDrawable glDrawable, GraphicsPipeline pipe)
public void display(com.jogamp.opengl.GLAutoDrawable glDrawable, GraphicsPipeline pipe)
public void reshape(com.jogamp.opengl.GLAutoDrawable glDrawable, int x, int y, int width, int height, GraphicsPipeline pipe)
public void dispose(com.jogamp.opengl.GLAutoDrawable gLDrawable)