mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Add todo
This commit is contained in:
parent
2ca331eb64
commit
6287f19195
1 changed files with 3 additions and 0 deletions
3
todo.txt
3
todo.txt
|
@ -7,6 +7,9 @@ features:
|
||||||
- Helper functions for e.g. retrieving and caching UV coords etc. Maybe these
|
- Helper functions for e.g. retrieving and caching UV coords etc. Maybe these
|
||||||
should be in a separate file?
|
should be in a separate file?
|
||||||
|
|
||||||
|
- objtool: An option to parse material groups and generate an array of
|
||||||
|
per-triangle material indices.
|
||||||
|
|
||||||
- PC == 2 (and possibly 1) could likely be accelerated by not using interpolate
|
- PC == 2 (and possibly 1) could likely be accelerated by not using interpolate
|
||||||
functions, but rather FastLerStates for the values recomputed after each
|
functions, but rather FastLerStates for the values recomputed after each
|
||||||
row segment. DONE (doesn't work
|
row segment. DONE (doesn't work
|
||||||
|
|
Loading…
Reference in a new issue