I cant find getAttachmentsNode() method in AnimControl

there is in wiki: https://jmonkeyengine.github.io/wiki/jme3/advanced/animation.html#animation-control-properties

a method to get bone’s node to attach models and effects to that node to make them follow the bone’s motions.
but when I want to use it , it says there is no getAttachmentsNode() method .

so I have a soldier model and now I want to put a gun in it’s hand and I don’t know how to do it??

Yes, thats wrong. It is part of the SkeletonControl.

3 Likes

I updated the page even though its obsolete after jme 3.3.

Let me know if you find errors please.

2 Likes