com.threerings.opengl.compositor.config
Class RenderSchemeConfig.Normal

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.compositor.config.RenderSchemeConfig.Implementation
          extended by com.threerings.opengl.compositor.config.RenderSchemeConfig.Normal
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
RenderSchemeConfig

public static class RenderSchemeConfig.Normal
extends RenderSchemeConfig.Implementation

A "normal" implementation. Normal schemes are compatible with all other normal schemes and the null (default) scheme.


Constructor Summary
RenderSchemeConfig.Normal()
           
 
Method Summary
 MaterialRewriter getMaterialRewriter()
          Returns the material rewriter for this scheme, if any.
 boolean isCompatibleWith(RenderSchemeConfig other)
          Checks this scheme for compatibility with another.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderSchemeConfig.Normal

public RenderSchemeConfig.Normal()
Method Detail

isCompatibleWith

public boolean isCompatibleWith(RenderSchemeConfig other)
Description copied from class: RenderSchemeConfig.Implementation
Checks this scheme for compatibility with another.

Specified by:
isCompatibleWith in class RenderSchemeConfig.Implementation

getMaterialRewriter

public MaterialRewriter getMaterialRewriter()
Description copied from class: RenderSchemeConfig.Implementation
Returns the material rewriter for this scheme, if any.

Specified by:
getMaterialRewriter in class RenderSchemeConfig.Implementation


Copyright © 2011. All Rights Reserved.