Hey Eric! For us it was like 6 box bones pe renemy character, so it was like 4*2=8*6=48 tris per character, but the coder said it was quite heavy so.. i kind of said to him to animate into unity. I guess he needs to make a better coding...
I hope I'm not wrong haha. I've visually compared object space and bent normals and they are identical down to the pixel hex code. Can anyone confirm? On a side note, why would one need occlusion information combined with normal information? I haven't come across anything like that before.
Hey, Here you'ill find what you asked for : https://dl.dropbox.com/u/1812933/UDK/CG_CookTorrance.upk It's full HLSL, I didn't make it for being used in game. But it will be straightforward to convert it to node. Code belongs to : http://content.gpwiki.org/index.php/D3DBook:%28Lighting%29_Cook-Torrance
Yes , finally You did it. Cool character,...download is done but I have some problem. "pm_thirdperson 0 (or 1)" doesn't work to me in multiplayer mode. So how can I see her ? There's another code ? B R A V O thanks
Generally I did polish passes, optimizations, built extra areas (riddler stuff, secrets, new layouts/paths etc) and set up kismet. I built some assets (modified a bunch) but most was reused. I've tried taking some shots of areas I've spent considerable amounts of time on. Go to my portfolio for the full shebang with more…
@Eric Chadwick Thank you for your feedback, Eric! I did it as one of my final projects for my game art class, so didn't really had time to come back and fix it! I will definitely write down your feedback for my future projects! Thanks again :)
Back when Unreal Tournament 2004 was the game of choice for modders, you may remember a little game called Alien Swarm. Well, the game and the team have come a long way since those days and the two have grown a great deal. The game itself has seen some significant improvements both in gameplay and especially in the…
atmosphere: very relaxed - no strict dress code and most studios use a system called core hours - meaning you have to be in the office between 10am and 5pm and you have to put in your 40 hours a week - so early birds can get in early and leave at 5 and the night howls can sleep in.
Urgh that sucks, I feared that my code was not the problem here.. Thank you so much though, for taking the time and get to the core of the problem! I will try to get a hold of Marcus and will post here if there are any news. As a last resort your idea sounds fine, but I’d hate to mix up the subtool order,..
"Pixel Normal WS node" <--- THIS That's the problem. More precisely, you're trying to change the Normal Map through this PixelNormal node, thereby causing an infinite loop. The normal map needs to have different logic.