1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-23 20:59:58 +01:00
This commit is contained in:
Miloslav Číž 2019-06-23 00:38:32 +02:00
parent 8aa68d6187
commit 729fbe7111

View file

@ -7,6 +7,10 @@ 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?
- 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.
- function for computing normals and lighting - function for computing normals and lighting
- triangle sorting: - triangle sorting: