Package com.jme3.anim
Interface AnimationMask
- All Known Implementing Classes:
 ArmatureMask,SingleLayerInfluenceMask
public interface AnimationMask
Created by Nehon
 An AnimationMask is defining a subset of elements on which an animation will be applied.
 Most used implementation is the ArmatureMask that defines a subset of joints in an Armature.
- 
Method Summary
 
- 
Method Details
- 
contains
Test whether the animation should be applied to the specified element.- Parameters:
 target- the target element- Returns:
 - true if animation should be applied, otherwise false
 
 
 -