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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBlendKey
(String blendKey) void
setSourceA
(BlendTreeSource sourceA) void
setSourceB
(BlendTreeSource sourceB) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-