mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 02:29:17 +02:00
motiontelemetry
This commit is contained in:
6
dumb3d.h
6
dumb3d.h
@@ -118,9 +118,9 @@ class vector3
|
||||
return true;
|
||||
};
|
||||
|
||||
operator glm::vec3() const
|
||||
operator glm::dvec3() const
|
||||
{
|
||||
return glm::vec3(x, y, z);
|
||||
return glm::dvec3(x, y, z);
|
||||
}
|
||||
private:
|
||||
};
|
||||
@@ -212,7 +212,7 @@ class matrix4x4
|
||||
return true;
|
||||
}
|
||||
|
||||
operator glm::mat4() const
|
||||
operator glm::dmat4() const
|
||||
{
|
||||
return glm::make_mat4(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user