I have a door which slides open (just like a lift door) using scene.beginAnimation(skeletons, 0, 100, false, 1.0);
When I try to enter the door from the empty space after the door has slided, if I have collisions enabled on my camera, I can't, because the camera collides with the door. The mesh coordinates are not updated with the skeleton movement, because Scene.pick still "hits" the door at its position when it was closed.
This question has been asked before but I think there was no fair and clear answer.
Is there a solution to this issue? If yes, in Babylon or bone hierarchy in 3D software ie:3DSMax ?
Finally, what is this skeleton property needInitialSkinMatrix?