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

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.Special
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
RenderSchemeConfig

public static class RenderSchemeConfig.Special
extends RenderSchemeConfig.Implementation

A "special" implementation. Special schemes are not compatible with any other schemes.


Field Summary
 MaterialRewriter materialRewriter
          An optional "rewriter" that will transform normal material techniques into techniques for this scheme in the absence of an explicitly defined technique.
 
Constructor Summary
RenderSchemeConfig.Special()
           
 
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
 

Field Detail

materialRewriter

@Editable(nullable=true)
public MaterialRewriter materialRewriter
An optional "rewriter" that will transform normal material techniques into techniques for this scheme in the absence of an explicitly defined technique.

Constructor Detail

RenderSchemeConfig.Special

public RenderSchemeConfig.Special()
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.