com.threerings.opengl.model.config
Class GeneratedStaticConfig.Generator

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.model.config.GeneratedStaticConfig.Generator
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
GeneratedStaticConfig.Quad
Enclosing class:
GeneratedStaticConfig

@EditorTypes(value=GeneratedStaticConfig.Quad.class)
public abstract static class GeneratedStaticConfig.Generator
extends DeepObject
implements Exportable

The object responsible for generating the geometry.


Constructor Summary
GeneratedStaticConfig.Generator()
           
 
Method Summary
abstract  StaticConfig.Resolved generate(GlContext ctx, int influenceFlags)
          (Re)generates the geometry.
 
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

GeneratedStaticConfig.Generator

public GeneratedStaticConfig.Generator()
Method Detail

generate

public abstract StaticConfig.Resolved generate(GlContext ctx,
                                               int influenceFlags)
(Re)generates the geometry.



Copyright © 2011. All Rights Reserved.