OK warby I found something similar to what you're saying. I think you're using unsigned normal maps, which for your engine means a 128 color is considered a non-bent normal (pointing straight up on X/red). Here's a quote from one of our graphics programmers: [ QUOTE ] Signed normal maps are useful for helping to hide…
I see these: "need stability financially and in terms of lifestyle" and "I know that I'm not prepared to move from state to state every few years for the sake of work. Nor am I willing to stomach months of unemployment" And I immediately think that, unfortunately, games may not be the best thing for you at this point in…
Fantastic work and wonderful discussion surrounded this challenge. It's been great to see the progress as well as the perspectives on approaches for ways to achieve certain things. I hope everyone came away from the challenge feeling as though they've grown a bit and to those who are still working to reach that finish line…
Hey guys, I am trying to have my vehicle play an animation when it fires my projectile. What do I need to do for an animation to be triggered when firing my gun on the vehicle? But what script do I edit to tell what animation to play when firing? Here is my UTVehicle_Cannon.uc file: /** * Copyright 1998-2011 Epic Games,…
Great progress @illumisanic! Love to see it textured and thank you for the breakdowns for others. Once you add the stickers as the little pops of color I think it will definitely feel ready. It's obviously a bit late but I made a made reference board tool that will automatically generate modeling sheets for you. They are…
Incase anyone has missed this topic on google. http://www.project10tothe100.com/submit.html?id=T01 I voted for the make the government more transparent idea. :) Vote now!
Hello ! My setup is highly customized, in part inspired by habits from both Max and Maya while also keeping it compatible with Blender unique systems (like the off-hand manipulation discussed above). I started by first using the default keys and navigation for a while, then modified them manually to have Maya-style…
I didn't know what unsigned vs. signed means, so I asked one of the programmers here. Here's how he explained it to me. I added emphasis to highlight the meat of the issue... "Actually, we do use signed textures for normal maps, although we dont support loading them at the moment. The unsigned normal maps are converted.…
Hey no worries Brice! This is just about the best real-time shader I've seen and I really wanted to use it! I'm definitely behind the times in terms of graphics card tech. I'll just chalk this one up as another pro when deciding whether or not to buy a new card. Just to show you what's actually happening when I try to load…