JujuAdams / basic-quaternions

Basic quaternion implementation for GameMaker
MIT License
11 stars 2 forks source link

Changed to modern GML #1

Closed RhyminGarfunkle closed 1 year ago

RhyminGarfunkle commented 1 year ago

quaternion_create() now returns a struct containing a 1D array. The various scripts for manipulating the quaternion are now struct methods.

There are a lot of extra changes due to different GameMaker versions, but the important changes are in quaternion_create.gml and obj_quaternion_demo.