Showing related tags and posts across the entire site.
-
I need some help with this GameStateManager that i downloaded from here:http://www.synapsegaming.com/downloads/resource.aspx?guid=c9df32d3-507b-43ca-a783-0fd7badb5d7b I hit F5 to see the menu and adjusted the options in the options menu and then pressed play . That got me a blank orange screen that said...
-
I am having a similar issue to http://www.synapsegaming.com/forums/p/1660/9075.aspx#9075 Basicly if I add the HDR post processor nothing renders and everything is black. This is my code to render the scene: sceneState.BeginFrameRendering(View, Projection, GameTime, environment, frameBuffers, true); SceneInterface...
-
Hi, I've tried out the emissive maps and they work great except they don't actually "glow", which is kind of necessary for my game. I've heard about using the HDR to make it more glowy, but I don't think that's quite the effect I'm looking for. The other method I've...
-
Hi John, thank you for info, I apologize but there are another stupid questions: - In editor I mapped all lights, when I check "Light Mapped" checkbox why the light off? It's normal? - I tried to insert the lights, mapping, but when I relight the scene the lights are always off, why? -...
-
Hey guys, I had gotten avatars rendering in out game with animations looking how we wanted but now they only render their shadows... What I did to break it was render the scene twice (slightly different by adding and removeing items before the scene render calls) and on the first render (which is to...