com.threerings.opengl.compositor
Class RenderScheme
java.lang.Object
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.
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
RenderScheme
public RenderScheme()
Copyright © 2011. All Rights Reserved.