t3.hrd.renderer
Class ProjectorConfig

java.lang.Object
  extended by t3.hrd.renderer.ProjectorConfig

public class ProjectorConfig
extends java.lang.Object

A data structure allowing you to specify the configuration of a single projector.

Author:
pjt40

Field Summary
 int graphicsDeviceIndex
          Index of the GraphicsDevice for the projector in the array GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices()
 Jama.Matrix[] mDESKcornersOfProjectorLimitClockwiseInWOGL
           
 boolean UOGLtoWOGLflipsHoriz
           
 boolean UOGLtoWOGLflipsVert
           
 double UOGLtoWOGLrotationClockwise
           
 boolean window_fullScreenExclusive
           
 
Constructor Summary
ProjectorConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphicsDeviceIndex

public int graphicsDeviceIndex
Index of the GraphicsDevice for the projector in the array GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices()


window_fullScreenExclusive

public boolean window_fullScreenExclusive

mDESKcornersOfProjectorLimitClockwiseInWOGL

public Jama.Matrix[] mDESKcornersOfProjectorLimitClockwiseInWOGL

UOGLtoWOGLflipsVert

public boolean UOGLtoWOGLflipsVert

UOGLtoWOGLflipsHoriz

public boolean UOGLtoWOGLflipsHoriz

UOGLtoWOGLrotationClockwise

public double UOGLtoWOGLrotationClockwise
Constructor Detail

ProjectorConfig

public ProjectorConfig()