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

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

@EditorTypes(value={RenderSchemeConfig.Normal.class,RenderSchemeConfig.Special.class})
public abstract static class RenderSchemeConfig.Implementation
extends DeepObject
implements Exportable

The actual implementation of the scheme.


Constructor Summary
RenderSchemeConfig.Implementation()
           
 
Method Summary
abstract  MaterialRewriter getMaterialRewriter()
          Returns the material rewriter for this scheme, if any.
abstract  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.Implementation

public RenderSchemeConfig.Implementation()
Method Detail

isCompatibleWith

public abstract boolean isCompatibleWith(RenderSchemeConfig other)
Checks this scheme for compatibility with another.


getMaterialRewriter

public abstract MaterialRewriter getMaterialRewriter()
Returns the material rewriter for this scheme, if any.



Copyright © 2011. All Rights Reserved.