This commit is contained in:
Miloslav Ciz 2024-10-14 20:53:01 +02:00
parent 9ff104cb5c
commit bff3ec3152
30 changed files with 1874 additions and 1864 deletions

View file

@ -57,7 +57,7 @@ Finally a table of some common 3D rendering methods follows, including the most
The methods may be tagged with the following:
- *2.5D*: primitive 3D, often called [pseudo 3D](pseudo_3d.md) or fake 3D, having significant limitations e.g. in degrees of freedom of the camera
- *2.5D*: primitive 3D, often called [pseudo 3D](pseudo3d.md) or fake 3D, having significant limitations e.g. in degrees of freedom of the camera
- *off*: slow method usually used for offline (non-realtime) rendering (even though they indeed may run in real time e.g. with the help of powerful GPUs)
- *IO* vs *OO*: [image order](image_order.md) (rendering by pixels) vs [object order](object_order.md) (rendering by objects)