Add TODO
This commit is contained in:
parent
d7c83d7357
commit
a96aaf850c
2 changed files with 127 additions and 0 deletions
6
TODO.txt
Normal file
6
TODO.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
- Rendering: two pass: 1st pass renders the scaled down background (possibly not
|
||||
rendering floor, can be just pure green for "grass") to prevent overflows,
|
||||
second pass renders the tracks (or the nearest part of it).
|
||||
- Track format: just a list of (x,y,z,transform,block_type) elements.
|
||||
- Start and finish blocks will be just the first/last checkpoint blocks (no need
|
||||
for special start, finish and CP).
|
Loading…
Add table
Add a link
Reference in a new issue