Start pruning tris
This commit is contained in:
parent
5567863745
commit
2d99091cf1
4 changed files with 147 additions and 9 deletions
4
TODO.txt
4
TODO.txt
|
@ -1,3 +1,7 @@
|
|||
- based viewing distance idea: limit number of rendered map triangles to N, keep
|
||||
sorting the triangle array by distance continually! e.g. in each frame handle
|
||||
one of the N visible triangles like this -- in the non-visible triangles
|
||||
find one that is closer than this and switch them (if found).
|
||||
- sky images could be just composed of 4x4 normal images? then we only need
|
||||
one type of image
|
||||
- map actually in ASCII format? how will humans edit it?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue