File tree 1 file changed +2
-1
lines changed
jme3-core/src/main/java/com/jme3/anim
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ private void updateAttachNode() {
167
167
* have already been computed, otherwise this method will return undefined
168
168
* results.
169
169
*
170
- * @param outTransform
170
+ * @param outTransform storage for the result (modified)
171
171
*/
172
172
void getOffsetTransform (Matrix4f outTransform ) {
173
173
jointModelTransform .getOffsetTransform (outTransform , inverseModelBindMatrix );
@@ -358,6 +358,7 @@ public List<Joint> getChildren() {
358
358
* @param jointIndex this bone's index in its armature (≥0)
359
359
* @param targets a list of geometries animated by this bone's skeleton (not
360
360
* null, unaffected)
361
+ * @return the attachments node (not null)
361
362
*/
362
363
Node getAttachmentsNode (int jointIndex , SafeArrayList <Geometry > targets ) {
363
364
targetGeometry = null ;
You can’t perform that action at this time.
0 commit comments