igeo.p
Class PIConfig

java.lang.Object
  extended by igeo.p.PIConfig

public class PIConfig
extends java.lang.Object

Configuration setting class for the processing interface piGeon.

Version:
0.7.1.0;
Author:
Satoru Sugihara

Field Summary
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.
 
Constructor Summary
PIConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawBeforeProcessing

public static boolean drawBeforeProcessing
This boolean flag specifies the order of drawing of iGeo and Processing. If it's true iGeo is drawn before Processing's draw() method. Otherwise, drawn after Processing's draw() method. Default is true.


resetGLDepthBefore

public static boolean resetGLDepthBefore
A boolean flag to switch for PIGraphicsGL to clear OpenGL's GL_DEPTH_BUFFER_BIT before drawing iGeo's geometries. Default is true.


resetGLDepthAfter

public static boolean resetGLDepthAfter
A boolean flag to switch for PIGraphicsGL to clear OpenGL's GL_DEPTH_BUFFER_BIT after drawing iGeo's geometries. Default is true.

Constructor Detail

PIConfig

public PIConfig()