Преглед на файлове

class-entry-javadoc: more clarifications on the 'blending' definition

pavl_g преди 2 години
родител
ревизия
bbd041c102
променени са 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

@@ -38,7 +38,7 @@ package com.jme3.anim.tween.action;
  * <p>
  * Notes:
  * <li> Blending is the action of mixing between 2 successive animation {@link BlendableAction}s by interpolating their transforms and 
- * then applying them on a {@link HasLocalTransform} object, the {@link BlendSpace} provides this blending action with a blend weight value. </li>
+ * then applying the result on the assigned {@link HasLocalTransform} object, the {@link BlendSpace} provides this blending action with a blend weight value. </li>
  * <li> The blend weight is the value for the interpolation for the target transforms. </li>
  * <li> The blend weight value should lie in this interval [0, 1]. </li>
  * </p>