This commit is contained in:
Miloslav Ciz 2023-07-08 21:37:47 +02:00
parent d7c83d7357
commit a96aaf850c
2 changed files with 127 additions and 0 deletions

6
TODO.txt Normal file
View 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).