Every datacygnet uses own dimensions

This commit is contained in:
Sebastian Piwell
2016-06-10 15:19:32 -04:00
parent 82fed8a9c5
commit 39f083c342
14 changed files with 38 additions and 35 deletions
-1
View File
@@ -81,7 +81,6 @@ IswaCygnet::IswaCygnet(const ghoul::Dictionary& dictionary)
(max.z - min.z)
);
std::cout << xOffset << std::endl;
offset = glm::vec3(
(min.x + (std::abs(min.x)+std::abs(max.x))/2.0f)+xOffset,