ernesto.argote Posted January 14, 2013 Posted January 14, 2013 Hi, I have two animated objects within a scene and I want the character follow the horse, how to do? Thanks
honya Posted January 14, 2013 Posted January 14, 2013 Ernesto: it a simple, you must add world child to horse and set character to control ObjectMeshSkinned horse = ... ObjectMeshSkinned character = ... horse.addWorldChild(character); character.setControlled(1); Then character will have animation controled by horse.
ernesto.argote Posted January 15, 2013 Author Posted January 15, 2013 Great, thank you very much... Best regards
Recommended Posts