1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00

Update todo.txt

This commit is contained in:
Miloslav Číž 2019-07-12 19:13:59 +00:00
parent 5a529ad797
commit 2da02e01c1

View file

@ -1,14 +1,5 @@
features:
- Add macros that would allow to make some compile-time options (e.g.
resolution) global variabes instead and allow them to change at runtime.
- presets that can be optionally selected and will configure other constants
(e.g. a "low memory sort strategy" will turn z-buffer off and turn
back-to-front sorting on).
- Add and test a doxyfile.
- Helper functions for e.g. retrieving and caching UV coords etc. Maybe these
should be in a separate file? DONE