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:
parent
f0b17d67ba
commit
16ecb29675
1 changed files with 1 additions and 1 deletions
2
todo.txt
2
todo.txt
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue