This commit is contained in:
2025-12-28 15:31:31 +01:00
parent 88d6ff6532
commit acbda14a43
4 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
- Spectre avec selecteur multiple - Spectre avec selecteur multiple
- Caper les fps au choix - Caper les fps au choix
- Compiler web

2
main.c
View File

@ -302,7 +302,7 @@ int main () {
InitWindow(1920, 1080, "Interferometre de Michelson"); InitWindow(1920, 1080, "Interferometre de Michelson");
SetTargetFPS(144); SetTargetFPS(144);
Shader shader = LoadShader(0, "michelson.fs"); Shader shader = LoadShader(0, "michelson.frag");
Michelson mic = {0}; Michelson mic = {0};
mic.center = (Vector2){ UI_WIDTH + (1920 - UI_WIDTH) / 2.0f - 100, 1080 / 2.0f }; mic.center = (Vector2){ UI_WIDTH + (1920 - UI_WIDTH) / 2.0f - 100, 1080 / 2.0f };

BIN
michelson

Binary file not shown.