16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 17:09:19 +02:00

Change Math3D::vector3 to glm::dvec3 in TCamera class

This commit is contained in:
docentYT
2026-04-26 18:12:47 +02:00
parent dcfd34908a
commit aa24c55d2d
6 changed files with 26 additions and 15 deletions

View File

@@ -14,6 +14,8 @@ http://mozilla.org/MPL/2.0/.
namespace Math3D
{
glm::vec3 RotateY(glm::vec3 v, float angle);
// Define this to have Math3D.cp generate a main which tests these classes
//#define TEST_MATH3D