-
Hi i'm using the indie version of sunburn so i'm trying to make my own postprocessor but i'd like to use different layer and apply a postprocessor effect only in a specific layer so in the spritebatch to see behind the processed layer, draw a skybox for instance, i have to set the blend mode...
-
Does anyone know why when I change textures dynamically (proc generated in the game code), when rendered, they are darker at a distance? I'm using DeferredObjectEffect.Clone to create an Effect to take the revised texture. Any thoughts? Only seems to happen on 360 build?
-
Can SunBurn generate lightmaps at runtime (ie, as the level loads - in the loading screen) for use on a procedurally generated level?
-
Hi All, I've just started getting back into XNA development using SunBurn, so I'm sure this bug is happening because of something dumb I'm doing, however I thought I'd ask in case someone can help me figure out what's going on. Here's a video of what's happening. http://www...
-
In my game I've been making, I've run into a strange performance issue with the scene I've imported in. After doing a lot of testing, I've come here to ask for help. I'll try to describe everything I've done. The game is intended for the Xbox 360, so all framerates are based on...
-
I brought up the rendering stats in the editor and the rendered polygon count was through the roof. It is an exact 7X the amount of triangles that are actually in the model. Thinking it was some kind of mistake I made I replaced my scene with a 12 triangle box and the render stats said it was 84 polygons...
-
I have a model that is 2000 tris. I need 50 of these identical objects to show up onscreen. I can easily create a new scene file with the 50 copies as individual objects within one .fbx file. I'd like to know if it is better on rendering performance if the 50 were instances. I know it would be on...
-
Hello, I was adding and trying to test a new texture on the 2d deferred starter kit project, but no matter what, I always get this exception: "Deferred rendering does not support non-deferred effects (SceneObject ''). Make sure effects derive from IDeferredObjectEffect or model processors...
-
Hi I'm trying to (properly) adjust diffuse and (possibly) normal textures on the fly in my latest game effort http://www.youtube.com/watch?v=mWuAUXJogD8 so that I can animate surfaces and vary the look of repeated object rendering. Can someone point me towards an example or perhaps post an answer...
-
Hi John, I would like to know if you had this use case in mind when designing 2d rendering with SunBurn where a developer could use this to render some text using SpriteFonts? If so, how would you advice us to move on? Thanks ;) Philippe