com.threerings.opengl.geometry.config
Class DeformerConfig.Skin

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

public static class DeformerConfig.Skin
extends DeformerConfig

Performs software skinning.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.geometry.config.DeformerConfig
DeformerConfig.Skin
 
Constructor Summary
DeformerConfig.Skin()
           
 
Method Summary
 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.Skin

public DeformerConfig.Skin()
Method Detail

createGeometry

public Geometry createGeometry(GlContext ctx,
                               Scope scope,
                               GeometryConfig.Stored config,
                               PassDescriptor[] passes)
Description copied from class: DeformerConfig
Creates a deformed geometry object.

Specified by:
createGeometry in class DeformerConfig


Copyright © 2011. All Rights Reserved.