Преглед изворни кода

BlendSpace#getWeight(): extra clarification of the transformations word

pavl_g пре 2 година
родитељ
комит
7c5e36c689
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jme3-core/src/main/java/com/jme3/anim/tween/action/BlendSpace.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/anim/tween/action/BlendSpace.java

@@ -66,7 +66,7 @@ public interface BlendSpace {
 
     /**
      * Used for passing the desired weight to the selected {@link BlendAction} instance,
-     * this value will be used for interpolating a collection of actions' transformations.
+     * this value will be used for interpolating a collection of actions' transformations (keyframes).
      * 
      * @return the blending weight value.
      * @see LinearBlendSpace#getWeight()