This commit is contained in:
Miloslav Ciz 2023-04-13 17:43:44 +02:00
parent d8b4463f7d
commit 73e8faba99
5 changed files with 18 additions and 4 deletions

View file

@ -22,6 +22,7 @@ The methods may be tagged with the following:
|------------------------------------------|------------------------------------|
|[3D raycasting](raycasting.md) |*IO off*, shoots rays from camera |
|[2D raycasting](raycasting.md) |*IO 2.5D*, e.g. [Wolf3D](wolf3D.md) |
|[AI](ai.md) image synthesis | "just let AI magic do it" |
|[beamtracing](beamtracing.md) |*IO off* |
|[billboarding](billboard.md) |*OO* |
|[BSP rendering](bsp.md) |*2.5D*, e.g. [Doom](doom.md) |