Class AbstractTwoPartSource
java.lang.Object
com.ardor3d.extension.animation.skeletal.blendtree.AbstractTwoPartSource
- All Implemented Interfaces:
BlendTreeSource
- Direct Known Subclasses:
BinaryLERPSource
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBlendKey(String blendKey) voidsetSourceA(BlendTreeSource sourceA) voidsetSourceB(BlendTreeSource sourceB) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ardor3d.extension.animation.skeletal.blendtree.BlendTreeSource
getSourceData, isActive, resetClips, setTime
-
Constructor Details
-
AbstractTwoPartSource
public AbstractTwoPartSource()
-
-
Method Details
-
getSourceA
-
getSourceB
-
getBlendKey
-
setBlendKey
-
setSourceA
-
setSourceB
-