This commit is contained in:
Bram Verhulst
2024-06-09 22:03:29 +02:00
parent d7389411f5
commit 5f1dcd5788
76 changed files with 1532 additions and 385 deletions

View File

@@ -15,4 +15,6 @@ namespace Colors
const Color4f CYAN{ 0.0f, 1.0f, 1.0f, 1.0f };
const Color4f PINK{ 1.0f, 0.0f, 0.5f, 1.0f };
const Color4f ORANGE{ 1.0f, 0.5f, 0.0f, 1.0f };
const Color4f GRAY{ 0.5f, 0.5f, 0.5f, 1.0f};
const Color4f LIGHTGRAY{ 0.8f, 0.8f, 0.8f, 1.0f};
}