After I load my model into a MD5Node - modelNode, I update one joints transform, and then modelNode.updateGeometricState(0, true);<br /> <br /> I expected the mesh would change as the joint chang, but it didn
t. As my understanding, when md5 joint is changed, the relative vertex in the mesh would also chang. Do I miss some unknown process :?
I will be very Appreciated if some guys can give me a suggestion, thx in advance
These will probably help you:
http://www.jmonkeyengine.com/forum/index.php?topic=11312.0
http://www.jmonkeyengine.com/forum/index.php?topic=8956.0
thx, man~