-
Notifications
You must be signed in to change notification settings - Fork 2
Forward Rendering
Michael Williams edited this page Apr 25, 2018
·
4 revisions
TODO: Describe forward rendering and its advantages and disadvantages.
To use forward rendering, use the appropriate render_config by setting graphics.config
to core/rendering/forward
in your project's config.ini
. Also include the core/rendering/forward
package in boot.packages
list and set environment.renderer
to forward
.
TODO: Describe the forward rendering implementation and its advantages and disadvantages.
Describe spherical harmonic lighting and its advantages and disadvantages.
Describe tiled-forward and forward+ rendering and its advantages and disadvantages.