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 resetGLDepth
          A boolean flag to switch for PIGraphicsGL to clear OpenGL's GL_DEPTH_BUFFER_BIT.
 
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.


resetGLDepth

public static boolean resetGLDepth
A boolean flag to switch for PIGraphicsGL to clear OpenGL's GL_DEPTH_BUFFER_BIT. Default is true. If you want to mix the depth of processing's 3D objects and iGeo's, turn this to false and turn drawBeforeProcessing to false.

Constructor Detail

PIConfig

public PIConfig()