mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 01:46:18 +02:00
Code review feed back remove NEW_VERSION ifdef
This commit is contained in:
parent
c5e9a7d1ab
commit
0cf8f3e5c3
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ const AnimPose AnimPose::identity = AnimPose(glm::vec3(1.0f),
|
|||
glm::quat(),
|
||||
glm::vec3(0.0f));
|
||||
|
||||
#define NEW_VERSION
|
||||
|
||||
AnimPose::AnimPose(const glm::mat4& mat) {
|
||||
glm::mat3 m(mat);
|
||||
_scale = glm::vec3(glm::length(m[0]), glm::length(m[1]), glm::length(m[2]));
|
||||
|
|
Loading…
Reference in a new issue