This commit is contained in:
Miloslav Ciz 2023-07-22 21:54:49 +02:00
parent 619bedb131
commit e267fff78e
6 changed files with 149 additions and 19 deletions

View file

@ -42,6 +42,7 @@ The methods may be tagged with the following:
|segmented road |*OO 2.5D*, e.g. Outrun |
|[shear warp rednering](shear_warp.md) |*IO*, volumetric |
|[splatting](splatting.md) |*OO*, rendering with 2D blobs |
|[texture slicing](texture_slicing.md) |*OO*, volumetric, layering textures |
|[triangle rasterization](rasterization.md)|*OO*, traditional in GPUs |
|[voxel space rendering](voxel_space.md) |*OO 2.5D*, e.g. Comanche |
|[wireframe rendering](wireframe.md) |*OO*, just lines |