diff options
Diffstat (limited to 'src/gyroscope.h')
-rw-r--r-- | src/gyroscope.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gyroscope.h b/src/gyroscope.h index 6a86e11..7aa2612 100644 --- a/src/gyroscope.h +++ b/src/gyroscope.h @@ -6,6 +6,7 @@ #define GYROSCOPE_LINE_THICKNESS 2.0 #define GYROSCOPE_TEXTURE_SIZE 80 #define GYROSCOPE_CAMERA_DISTANCE 3.0 +#define GYROSCOPE_TEXTURE_COLOR (Color){0xff, 0xff, 0xff, 0xcd} // The gyroscope is rended in 3d but not in the main scene. // We use a render texture to get the gyroscope render onto the screen. |