Software renderer
Jump to navigation
Jump to search
A software renderer, such as those available in GoldSrc and
id Tech 2, uses the CPU to render 3D geometry, instead of a GPU. A 3D application using a software renderer can be considered to be running in software mode.
The GPU is still used for processing the 2D image generated from the software renderer, but no 3D hardware is used.
Todo: Explain more about
's software renderer, its limitations, and its advantages.

- Overbright lighting on MDLs (instead of only map geometry)
- Water ripple effect
- Lack of texture filtering
- 256x256 texture limit
- Lower limits
- Overdraw from func_detail