Showing related tags and posts across the entire site.
-
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...
-
This section covers how to use SunBurn’s built-in Xbox LIVE avatar support. Xbox LIVE avatars SunBurn has complete support for Xbox LIVE avatars, including both the default and custom avatar animations. Everything necessary for avatar support is already contained in all SunBurn examples, starter...
-
This article talks briefly about some of the performance hurtles we ran into on the Xbox while developing the original Power Station example (forward rendered), and how we solved them. Power Station Development While working on the Power Station example we noticed performance on the Xbox was falling...
-
This section discusses SunBurn's various effects, which provide materials, lighting, shadows, and fog. Effect Types SunBurn contains several built-in effects, which are used to apply materials, lighting, shadows, and fog to objects in the scene. These effects fall into two categories: material effects...
-
This section discusses the relationship between SunBurn material files and effects. Effects and Materials SunBurn contains many different effects, which are used to apply materials, lighting, shadows, and fog to objects in the scene. These effects fall into two categories: material effects, and non-material...
-
This section discusses various ways to add custom forward rendered material effects to SunBurn. Custom Forward Rendered Effects SunBurn's forward rendered effects are rendered in multiple passes, building up the scene visually in several layers. This modular approach allows for automatic shadow and...
-
Is there a way to use instancing with deferred effects and scene objects? I am having some difficulties converting the example, which uses forward rendering; it could be that I use a (simple) custom mesh and a custom POM shader. If not, are there good ways to optimize the repetition of large numbers...
-
Hy I am just beginning to adapt my game engine to the Sunburn rendering system. But after having a shallow look over the different samples and the documentation I am a little bit confused. There seem to be two rendering modes forward and deffered. From the experiance with my own rendering system I would...