1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-23 20:59:58 +01:00

Update todo

This commit is contained in:
Miloslav Číž 2019-06-05 22:19:37 +02:00
parent f0b17d67ba
commit 16ecb29675

View file

@ -45,11 +45,11 @@ features:
automatically for some modes (e.g. Z-buffer). It should be computed by the automatically for some modes (e.g. Z-buffer). It should be computed by the
fast lerp and passed in the PixelInfo struct. DONE fast lerp and passed in the PixelInfo struct. DONE
- Python tool to convert obj to C array DONE - Python tool to convert obj to C array DONE
- helper functions for lighting/shading
- create demos - create demos
- drawModel: create an option that would use a cache to not transform the same - drawModel: create an option that would use a cache to not transform the same
point twice point twice
- Optional rendering stats (FPS, rendered triangles, ...). - Optional rendering stats (FPS, rendered triangles, ...).
- profiling functions for optimization
bugs: bugs: