com.threerings.opengl.compositor
Class RenderScheme

java.lang.Object
  extended by com.threerings.opengl.compositor.RenderScheme

public class RenderScheme
extends Object

A render scheme. At the moment, render schemes are represented solely by their configurations, and this class exists only to provide a home for related constants.


Field Summary
static String ORTHOGRAPHIC_PROJECTION
          The name of the orthographic projection scheme.
static String PERSPECTIVE_PROJECTION
          The name of the perspective projection scheme.
static String TRANSLUCENT
          The name of the translucent scheme.
 
Constructor Summary
RenderScheme()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSLUCENT

public static final String TRANSLUCENT
The name of the translucent scheme.

See Also:
Constant Field Values

PERSPECTIVE_PROJECTION

public static final String PERSPECTIVE_PROJECTION
The name of the perspective projection scheme.

See Also:
Constant Field Values

ORTHOGRAPHIC_PROJECTION

public static final String ORTHOGRAPHIC_PROJECTION
The name of the orthographic projection scheme.

See Also:
Constant Field Values
Constructor Detail

RenderScheme

public RenderScheme()


Copyright © 2011. All Rights Reserved.