This commit is contained in:
Christophe 2024-01-18 16:11:55 +01:00
parent 4043c26c24
commit 3ff00e806e

View file

@ -303,7 +303,6 @@ namespace test_eulerAngleYZ
float const AngleY(glm::pi<float>() * 0.5f);
float const AngleZ(glm::pi<float>() * 0.25f);
glm::vec3 const axisX(1.0f, 0.0f, 0.0f);
glm::vec3 const axisY(0.0f, 1.0f, 0.0f);
glm::vec3 const axisZ(0.0f, 0.0f, 1.0f);