Okay i'm still stuck on this issue. kW seems to produce nothing with my model (the file looks fine but darkbasic doesnt load anything up) with physique and panda just crashes now. Could it be that i have my own custom skeleton?
I'm stumped and about to give up
dont make me give up...
i know i havent captured all the verticies (could that be the problem?) but i just wanna make sure that i can do this before i detail my model to how i really want it.
Rem Project: Test6
Rem Created: 17/07/2007 8:17:42 AM
Rem ***** Main Source File *****
sync on : sync rate 0 : color backdrop rgb(50,50,50) : backdrop on
set text font "arial" : set text size 16
set text to bold : set text transparent
load object "human.x",1
loop object 1,1,11
do
control camera using arrowkeys 0,1,.2
print str$(total object frames(1))
sync
loop