Uses of Class
t3.hrd.renderer.BlendOptions

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

Uses of BlendOptions in t3.hrd.renderer
 

Methods in t3.hrd.renderer with parameters of type BlendOptions
 void ProjectorTransforms.paintBlendImage(BlendOptions bo, java.awt.Graphics2D g, java.util.List<Projector> projectorsInBlackingOrder, boolean doInColorChannelsForDebugNotAlphaChannel)
           
static void ProjectorTransforms.setNonBlackedAreas(java.util.List<ProjectorTransforms> projectorTransformsInBlackingOrder, BlendOptions bo)
           
 

Constructors in t3.hrd.renderer with parameters of type BlendOptions
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 BlendOptions in t3.hrd.util
 

Methods in t3.hrd.util with parameters of type BlendOptions
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 BlendOptions in t3.remotehrd.client
 

Constructors in t3.remotehrd.client with parameters of type BlendOptions
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.