com.threerings.opengl.compositor.config
Class RenderQueueConfig.Ortho

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.compositor.config.RenderQueueConfig.RenderMode
          extended by com.threerings.opengl.compositor.config.RenderQueueConfig.Ortho
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
RenderQueueConfig

public static class RenderQueueConfig.Ortho
extends RenderQueueConfig.RenderMode

The ortho render mode: switches to an ortho matrix (with pixel scale) before rendering.


Field Summary
protected  Vector3f _onormal
          Stores the near/far clip plane normal.
 
Constructor Summary
RenderQueueConfig.Ortho()
           
 
Method Summary
 void render(GlContext ctx, RenderQueue queue)
          Renders the batches.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_onormal

protected Vector3f _onormal
Stores the near/far clip plane normal.

Constructor Detail

RenderQueueConfig.Ortho

public RenderQueueConfig.Ortho()
Method Detail

render

public void render(GlContext ctx,
                   RenderQueue queue)
Description copied from class: RenderQueueConfig.RenderMode
Renders the batches.

Overrides:
render in class RenderQueueConfig.RenderMode