Page 2 of 2

Posted: Mon Dec 01, 2008 8:18 am
by charles88
Hi JP, I have already solved it. :D the problem was in my main loop I forgot to update every of my nodes until I look at your mesh example, this line:

Code: Select all

for (u32 i = 0 ; i < objects.size() ; i++) 
				objects[i]->updateTransformation();
Thx alot. :) at the mean time, I am working on the ragdoll. Will post once I have finished. :P