Class AbstractTwoPartSource

java.lang.Object
com.ardor3d.extension.animation.skeletal.blendtree.AbstractTwoPartSource
All Implemented Interfaces:
BlendTreeSource
Direct Known Subclasses:
BinaryLERPSource

public abstract class AbstractTwoPartSource extends Object implements BlendTreeSource
Abstract blend tree source that takes two child sources and a blend weight [0.0, 1.0]. The subclass is responsible for implementing how these two sources are combined.
  • Constructor Details

    • AbstractTwoPartSource

      public AbstractTwoPartSource()
  • Method Details