jpaver / opengametools

A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.
MIT License
375 stars 36 forks source link

Fixed camera radius reading and changed type to float #67

Closed ItayGigi closed 2 months ago

ItayGigi commented 3 months ago

The camera radius property (called "Zoom" in MagicaVoxel) was loaded incorrectly from the angle_string variable. In addition it's a floating point value (and not an integer).