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 Ciz 2022-10-01 14:04:44 +02:00
parent f975e390f0
commit ce6ac61984

View file

@ -1,5 +1,8 @@
- orthographics projection - did I forget this lol? - orthographics projection - did I forget this lol?
- Add option to compute sin with Bhaskaras approx instead of using a LUT. - Add option to compute sin with Bhaskaras approx instead of using a LUT.
- camera's focallength attribute could really rather be stored in
transformation.scale.z, while scale.x and scale.y could be used for
orthographic scaling
- ADD THIS!!! Rendering could be made faster by reusing the mapped vertex - ADD THIS!!! Rendering could be made faster by reusing the mapped vertex
coordinates between iterations when processing triangles: this supposes that coordinates between iterations when processing triangles: this supposes that
a triangle that's being rendered quite likely shares 1 or 2 vertices with the a triangle that's being rendered quite likely shares 1 or 2 vertices with the