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
01ac383ac8
commit
116a93fea0
1 changed files with 6 additions and 0 deletions
6
TODO.txt
Normal file
6
TODO.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
- ADD THIS!!! Rendering could be made faster by reusing the mapped vertex
|
||||||
|
coordinates between iterations when processing triangles: this supposes that
|
||||||
|
a triangle that's being rendered quite likely shares 1 or 2 vertices with the
|
||||||
|
previously rendered triangle, so there is no need to expensively transform and
|
||||||
|
screen-map all its vertices! ALSO: create a function that optimizes the model
|
||||||
|
for rendering, i.e. rearranges the triangle order to favor this optimization!
|
Loading…
Reference in a new issue