mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-24 21:09:57 +01:00
Update README.md
This commit is contained in:
parent
2ca331eb64
commit
b35c6e9021
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ TODO
|
||||||
- Triangles provide barycentric coordinates, thanks to which practically anything that can be achieved with OpenGL can be achieved (texturing, shading, normal-mapping, texture fitering, transparency, PBR, shadow mapping, MIP mapping, ...).
|
- Triangles provide barycentric coordinates, thanks to which practically anything that can be achieved with OpenGL can be achieved (texturing, shading, normal-mapping, texture fitering, transparency, PBR, shadow mapping, MIP mapping, ...).
|
||||||
- Tested on multiple platforms (TODO).
|
- Tested on multiple platforms (TODO).
|
||||||
- Many compile-time options to tune the performance vs quality.
|
- Many compile-time options to tune the performance vs quality.
|
||||||
|
- Similar to OpenGL in principle, but simpler, easier to use, with higher-level features.
|
||||||
- Well commented and formatted code.
|
- Well commented and formatted code.
|
||||||
- Completely free of legal restrictions, do literally anything you want.
|
- Completely free of legal restrictions, do literally anything you want.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue