@Lou_ Indeed, epic style crit. Solid stuff for the TV, I'll get on all those things. I've planned to do multiple cardboard variations, (i.e texture sets of varying damage as well as some meshes w/ lids on and off + damage) so already on that! As for the bulb, the one I got so far isn't a special dark room light, just a…
https://www.youtube.com/watch?v=F2I0HDY0X0E Ossim 1.1 Release Notes: * https://github.com/JacquesLucke/animation_nodes is supported (dm me if there are any issues) * Code refactor - now introducing new features will be easier * Autokeyframing feature (now keyframing can be done with 1 click) * UI/UX improvements (more…
This was recently driving me nuts and it took me quite some time to find the answer so I thought I would bump the thread. MAYA FBX EXPORT SETTINGS: Select the root bone, all meshes attached to the rig and then hit export selected. Make sure smoothing groups as well as tangents and binormals are checked. Although epic…
AND FINISHED! I submitted just in time for the ArtWar deadline on Monday, but I ended up really pressed for time for the final renders and wasn't happy with the results. Decided to go back and fix a few issues with her rig, re-pose, and render everything out again. Time for one last image drop give Ezri the proper…
sorry, I wasnt using it as a comparison with THQ but as an example of good Marketing that helped sell it to the unsuspecting public. Although they did the same stuff for darksiders2 (tv, print, interwebs) it did it very badly. The CG trailer showed nothing of the game or story to draw new players or even existing players…
Power - Gotta commit to deadlines man. You're not the only one with a full time job. Time management is key in these competitions, can't be upset if deadlines don't get pushed back. We've all got full time jobs. rv_el and jordanW both work at epic, and we all know that Gears 3 is coming out soon, so guess who's probably…
Haha we're really happy that you like it! Before anybody pays for The Vale, when it is complete, you will be able to play the Alpha version later this year, so that you can get first hand experience with the Horror that we have in store. It's a risky move indeed, but we are more than confident in our work, and are 100%…
You are correct that making large chunks reduces drawcalls. However it also wastes memory as the large chunks usually take up more memory space than the smaller pieces. Also a large chunk won't ever get culled. So all the polygons are always being drawn which can lead to problems. The trick is to pick chunks that are the…
Thanks for the tips and crits. 1. I will cap the top end as you said. I always wondered why people did it that way. 2. Alpha maps for holes would be epic! I will try that with the next helmet I make. 3. The white helmet with the wear and tear was done pretty quickly as a demonstration. It's pretty obvious there are areas…
Unless you are actually editing the uv's to make better use of the space, you wont be saving any texture memory. The advantage of having multiple object textures on 1 uv is you can use the same shader for all them thus saving some draw calls (although this won't work in some situations, iirc) I think you should avoid…