Skip to content

Commit 3730820

Browse files
authored
ArmatureDebugAppState: code cleanup
1 parent 8ac5a8f commit 3730820

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureDebugAppState.java

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,6 @@ public ArmatureDebugger addArmatureFrom(Armature armature, Spatial sp) {
217217
return debugger;
218218
}
219219

220-
/**
221-
* Recursively finds all Geometry instances within a given Node and its children.
222-
*
223-
* @param node The starting Node to search from.
224-
* @param geoms The list to which found Geometry instances will be added.
225-
*/
226220
/**
227221
* Recursively finds all `Geometry` instances within a given `Node` and its children.
228222
*
@@ -372,21 +366,6 @@ public void clearSelectionListeners() {
372366
selectionListeners.clear();
373367
}
374368

375-
/**
376-
* Returns the root node for debug visualizations.
377-
* This node contains all the `ArmatureDebugger` instances.
378-
*
379-
* @return The debug Node.
380-
*/
381-
public Node getDebugNode() {
382-
return debugNode;
383-
}
384-
385-
@Deprecated
386-
public void setDebugNode(Node debugNode) {
387-
this.debugNode = debugNode;
388-
}
389-
390369
/**
391370
* Checks if the armature debug gizmos are set to always
392371
* render on top of other scene geometry.

0 commit comments

Comments
 (0)