public class PIConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
drawBeforeProcessing
This boolean flag specifies the order of drawing of iGeo and Processing.
|
static boolean |
resetGLDepthAfter
A boolean flag to switch for PIGraphicsGL to clear OpenGL's GL_DEPTH_BUFFER_BIT
after drawing iGeo's geometries.
|
static boolean |
resetGLDepthBefore
A boolean flag to switch for PIGraphicsGL to clear OpenGL's GL_DEPTH_BUFFER_BIT
before drawing iGeo's geometries.
|
static boolean |
resizable
A switch to enable resizing the frame (window).
|
static boolean |
restoreGLViewport
restore Processing's original viewport in case some GL drawing is done in original Processing before iGeo.
|
Constructor and Description |
---|
PIConfig() |
public static boolean drawBeforeProcessing
public static boolean resetGLDepthBefore
public static boolean resetGLDepthAfter
public static boolean resizable
public static boolean restoreGLViewport