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
a281af0ef6
commit
41ab117792
1 changed files with 6 additions and 5 deletions
11
todo.txt
11
todo.txt
|
@ -6,19 +6,20 @@ features:
|
||||||
- back-to-front (slower, better memory efficiency)
|
- back-to-front (slower, better memory efficiency)
|
||||||
- front-to-back (faster, but needs 1bit stencil buffer)
|
- front-to-back (faster, but needs 1bit stencil buffer)
|
||||||
- Z-buffer:
|
- Z-buffer:
|
||||||
- full
|
- full DONE
|
||||||
- reduced (resolution and precision)
|
- reduced (resolution and precision) DONE
|
||||||
|
- more reduced (4-bit)
|
||||||
|
|
||||||
- perspective correction modes:
|
- perspective correction modes:
|
||||||
- none DONE
|
- none DONE
|
||||||
- full DONE
|
- full DONE
|
||||||
- triangle subdivision (each triangle side will be subdivided after reaching
|
- triangle subdivision (each triangle side will be subdivided after reaching
|
||||||
a defined length, which will be measured by Chebyshev or similarly fast
|
a defined length, which will be measured by Chebyshev or similarly fast
|
||||||
distance).
|
distance).
|
||||||
- also offer some approximation function?
|
- also offer some approximation function?
|
||||||
|
|
||||||
- predefined 3D shapes:
|
- predefined 3D shapes:
|
||||||
- cube DONE
|
- cube DONE
|
||||||
- sphere
|
- sphere
|
||||||
- cylinder
|
- cylinder
|
||||||
- pyramid
|
- pyramid
|
||||||
|
|
Loading…
Reference in a new issue