i'm late to get back on this but i still want to champion big legs small torso -- it's both a realistic shape (a strongman competitor squats a lot more than he benches, it's only bodybuilders and young men trying to land chicks who focus on their upper body like that) and a visually interesting shape for a videogame…
Final Fantasy has been my favorite series of all time and really... the only time I get incredibly excited whenever a new game gets released. I was super worried when I found out this was going to be directed by the guy who did FFX, because god dammit.. I hated X. Well, not the plot wise.. I just couldn't stand the…
Thanks yet again! I've got the making of video uploaded now, feel free to check it out at: http://vimeo.com/19954543 However, you should note that it's not intended as a step by step guide to the process but rather a collection of the work I did during the production. Hope you enjoy it though and that it answers some of…
Dirigible and Texelion - thanks for the crits! I knew her face looked weird but I couldn't figure out why. I'm using reference, just mixing and matching a bit to try to get the look of the concept (actually just trying to get it to look like a girl first!). Here is an update on the face: And some progress of the folds: The…
While a TA/Programmer (or anyone with more technical knowledge than me :) ) will be able to tell you the ins and outs of why this happens... I believe it's known as alpha sort. Something to do with which meshes get drawn first or something. Try attaching your geometry in a different order, or something, lol sorry I'm not…
Heh, yeah I use a MacBook Pro as my home laptop. Unfortunately though, the XCode process is kinda hands on and needs to be configured properly with your Apple Developer License to sign any apps you build. While it's not the most complex process in the world by any means, it's not quite a one click plug n play thing. It's a…
Coming through Search to this thread and i must say - even its 2 years old - there isnt changing much. I dont get why the salary is such a joke - as a jung professional these days, you have to bring so much skills and knowledge with you - to land a position. Also there is ALOT money in this industry, but i feels like often…
Yea, I can totally see how it would feel that way. I don't think one is better than the other. What I was trying to point out was that game development has a lot of problems that we have yet to find final solutions for. Things like human level AI, game engines, immersion (think VR) etc... These are some fundamental…
[255,204,204] Just hit the numbers on a calculator. 255*.8=204. This works well for numbers under a value of 1 or floating point stuff. If the values are over 1 (as in the case with [1 4 1]) use something like this. 255/4=63.75 which I rounded to 64 (when I put it into marmoset it put it as 65, though I don't know why.…