Open
Description
More than 4 years after the new animation system was added to our Engine codebase, many files under "jme3-core/source/main/java/com/jme3/anim" still contain little or no useful javadoc. In particular:
- "AnimInterpolator.java"
- "AnimInterpoators.java"
- "FrameInterpolator.java"
- "ContainsTween.java"
- "Action.java"
- "BaseAction.java"
- "BlendAction.java"
- "BlendSpace.java"
- "BlendableAction.java"
- "ClipAction.java"
- "LinearBlendSpace.java"
- "AnimMigrationUtils.java"
- "HasLocalTransform.java"
- "Weighted.java"
"Documenting files that still lack java docs" was mentioned at the Forum/Hub as an important feature for JME 3.5.
Pull requests #1618 and #1626 address(ed) portions of this issue.
This issue is distinct from #1402, which is more of a Wiki issue.