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-06-24 14:42:43 +02:00
parent 2ca331eb64
commit 6287f19195

View file

@ -7,6 +7,9 @@ features:
- Helper functions for e.g. retrieving and caching UV coords etc. Maybe these
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
functions, but rather FastLerStates for the values recomputed after each
row segment. DONE (doesn't work