rzsavilla / BlobsonicEngine

Group Project: 3D OpenGL Game Engine
GNU General Public License v3.0
2 stars 0 forks source link

Rotation not being applied to Models #37

Closed rzsavilla closed 7 years ago

rzsavilla commented 7 years ago

Scene loader rotation has no effect when trying to rotate models loaded with the scene loader from an xml file.

rzsavilla commented 7 years ago

Bug found. Rotation values passed to scene loader and set by scene loader are not being retained when transformations are applied. Rotation values are always 0.

rzsavilla commented 7 years ago

Bug fixed