Uses of Class
t3.hrd.renderer.ProjectorConfig

Packages that use ProjectorConfig
t3.hrd.renderer   
t3.hrd.util   
t3.remotehrd.client   
 

Uses of ProjectorConfig in t3.hrd.renderer
 

Fields in t3.hrd.renderer declared as ProjectorConfig
 ProjectorConfig ProjectorTransforms.projectorConfig
           
 

Methods in t3.hrd.renderer with parameters of type ProjectorConfig
static java.awt.Frame Projector.createOGLWindow(ProjectorConfig c, javax.media.opengl.GLEventListener r, javax.media.opengl.GLContext shareWith)
          Creates an OpenGL window
 

Constructor parameters in t3.hrd.renderer with type arguments of type ProjectorConfig
HRDRenderer(int clientId, java.util.List<ProjectorConfig> projectorConfigs, HRDRendererCallBacks callBacks, java.util.LinkedList<PointInputDevice> pointInputDevices, ShapeInputDevice shapeInputDevice, boolean shareTexturesBetweenContexts, boolean mouseAsPointInputDevice, BlendOptions bo)
          Create a new HRDRenderer.
 

Uses of ProjectorConfig in t3.hrd.util
 

Methods in t3.hrd.util that return ProjectorConfig
static ProjectorConfig LoadConfigsFromProperties.getProjectorConfigForGraphicsDeviceIndex(java.util.List<ProjectorConfig> pcs, int i)
           
 

Methods in t3.hrd.util that return types with arguments of type ProjectorConfig
static java.util.LinkedList<ProjectorConfig> LoadConfigsFromProperties.loadProjectorConfigsFromProperties(java.util.Properties p)
           
 

Methods in t3.hrd.util with parameters of type ProjectorConfig
static void Calibrate.calibrate(ProjectorConfig projectorConfig, PointInputDevice pid)
           
 

Method parameters in t3.hrd.util with type arguments of type ProjectorConfig
static ProjectorConfig LoadConfigsFromProperties.getProjectorConfigForGraphicsDeviceIndex(java.util.List<ProjectorConfig> pcs, int i)
           
static void LoadConfigsFromProperties.saveProjectorConfigsToProperties(java.util.LinkedList<ProjectorConfig> pcs, java.util.Properties p)
           
static void Calibrate.showGrid(java.util.List<ProjectorConfig> projectorConfigs)
           
static void Calibrate.showTestChecker(java.util.LinkedList<ProjectorConfig> projectorConfigs, java.util.LinkedList<PointInputDevice> pids, boolean useMouseAsPid, BlendOptions bo)
           
static void Calibrate.showTestWhite(java.util.LinkedList<ProjectorConfig> projectorConfigs, java.util.LinkedList<PointInputDevice> pids, boolean useMouseAsPid, BlendOptions bo)
           
 

Uses of ProjectorConfig in t3.remotehrd.client
 

Constructor parameters in t3.remotehrd.client with type arguments of type ProjectorConfig
RemoteHRDClient(int clientId, java.util.List<ProjectorConfig> projectorConfigs, java.net.Socket socket, RemoteHRDClientCallBacks rCallBacks, java.util.LinkedList<PointInputDevice> pointInputDevices, ShapeInputDevice shapeInputDevice, boolean shareTexturesBetweenContexts, boolean mouseAsPointingDevice, BlendOptions bo)
          Creates a new RemoteHRD client that listens on a specific socket.