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