Showing related tags and posts across the entire site.
-
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...
-
This section covers the differences between forward and deferred rendering, and the pros and cons of each. Forward Rendering Forward rendering refers to traditional rendering, where objects are rendered directly to the back buffer or render target either in a single or multiple passes. Forward rendering...
-
This section discusses how to add custom deferred rendered material effects into SunBurn. Custom Deferred Rendered Effects Unlike forward rendering, SunBurn’s deferred rendering does not use multiple layered passes to build up the scene. Instead deferred rendered objects are only rendered twice...