File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ struct Boid {
20
20
21
21
// static constexpr glm::vec3 color {1.00000f, 0.00000f, 0.00000f}; // Red
22
22
// static constexpr glm::vec3 color {1.00000f, 1.00000f, 1.00000f}; // White
23
- static constexpr glm::vec3 color {0 .05098f , 0 .19608f , 0 .30196f }; // Prussian Blue
23
+ // static constexpr glm::vec3 color {0.05098f, 0.19608f, 0.30196f}; // Prussian Blue
24
24
// static constexpr glm::vec3 color {0.00000f, 0.29412f, 0.65882f}; // Cobalt Blue
25
25
// static constexpr glm::vec3 color {0.24706f, 0.65490f, 0.83922f}; // Cerulean Crayola
26
- // static constexpr glm::vec3 color{0.76471f, 0.04314f, 0.30588f}; // Pictoral Carmine
26
+ static constexpr glm::vec3 color{0 .76471f , 0 .04314f , 0 .30588f }; // Pictoral Carmine
27
27
// static constexpr glm::vec3 color {0.17647f, 0.18824f, 0.27843f}; // Space Cadet
28
28
// static constexpr glm::vec3 color {1.00000f, 0.87843f, 0.40000f}; // Naples Yellow
29
29
You can’t perform that action at this time.
0 commit comments