mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
Every datacygnet uses own dimensions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user