MovingBlocks / TeraMath

Experimental standalone math and stuff. Automation category: Terasology Library
Apache License 2.0
13 stars 11 forks source link

Increase Vecmath compatibility #23

Closed msteiger closed 9 years ago

immortius commented 9 years ago

The license on AxisAngle4f - we cannot have that in the library. It would pull the whole thing under GPL, and then we couldn't use it for Terasology anyway. I would suggest dropping AxisAngle4f and changing Terasology to solely use quaternions, and have necessary constructors/utility methods handle the vector + angle of rotation representation as needed.

msteiger commented 9 years ago

Done! Changes to Terasology code base can be found in https://github.com/MovingBlocks/Terasology/pull/1417