com.threerings.opengl.geometry.config
Class DeformerConfig

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.geometry.config.DeformerConfig
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
DeformerConfig.Skin

@EditorTypes(value=DeformerConfig.Skin.class)
public abstract class DeformerConfig
extends DeepObject
implements Exportable

Deformer configuration.


Nested Class Summary
static class DeformerConfig.Skin
          Performs software skinning.
 
Constructor Summary
DeformerConfig()
           
 
Method Summary
abstract  Geometry createGeometry(GlContext ctx, Scope scope, GeometryConfig.Stored config, PassDescriptor[] passes)
          Creates a deformed geometry object.
 
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

DeformerConfig

public DeformerConfig()
Method Detail

createGeometry

public abstract Geometry createGeometry(GlContext ctx,
                                        Scope scope,
                                        GeometryConfig.Stored config,
                                        PassDescriptor[] passes)
Creates a deformed geometry object.



Copyright © 2011. All Rights Reserved.