I need help with how to implement skeletal animated 3d characters in java 3d scene graph. Would each animated body part be a seperate geometry controled by an interpolator?
Or maybe there’s a way to get one mesh and have interpolators act upon only some vertices of that mesh?