1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00
This commit is contained in:
Miloslav Číž 2019-07-12 21:10:17 +02:00
commit 5a529ad797

View file

@ -1,5 +1,8 @@
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).