Main public logs
Appearance
Combined display of all available logs of HedgeDocs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:46, 11 July 2025 Justin113D talk contribs created page Hedgehog Engine 2 - Deferred Rendering (Created page with "Deferred rendering is a rendering technique used in Hedgehog Engine 2 games. The “standard” way of rendering is called “forward rendering”, and simply draws one mesh after another, including all the lighting calculations. But since one mesh can hide a significant portion of another, many of those lighting calculations go to waste and could be better spent elsewhere. This is where deferred rendering comes in: Instead of calculating the lighting for every mesh in...") Tag: Visual edit: Switched