Ok, but all this does is edit the joint sphere. I kinda like the full sphere better, i tried the other stuff and it just draws to many lines.Eric wrote:You get a quite clear error message here:And if you look at beatabix code-example (he actually said "something like this" btw)Code: Select all
editarmature.c:1273: error: too many arguments to function `gluSphere'
You see that there are 5 arguments...And by taking a quick look in the reference again you see that gluSphere() wants 4 arguments.Code: Select all
gluSphere( qobj, 0, 1.0F*size, 12, 12);
Go figure the rest =)
So, can somebody still help me out with the 'make armatures into mesh squares' ? I am reading the Red book but still need help on what I should change. Theeth said that changing the calls to make it draw something else is in order, but you know me I get lost really quickly in this code stuff. I can find my way in a brand new city and all but for code I get lost in one fell swoop.
