Add ESPboy frontend

This commit is contained in:
Miloslav Ciz 2025-06-17 02:31:32 +02:00
parent 79d3b92883
commit 7acfb64317
3 changed files with 146 additions and 3 deletions

View file

@ -41,6 +41,13 @@
#define S3L_PERSPECTIVE_CORRECTION 0
#define S3L_NEAR_CROSS_STRATEGY 1
#define S3L_FLAT 1
#define S3L_Z_BUFFER 0
#ifndef S3L_SORT
#define S3L_SORT 1
#endif
#define S3L_MAX_TRIANGES_DRAWN 48
#endif
#define S3L_NEAR (10 * (S3L_F / 16)) // too low value will cause overflows