go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

Added matrix stack #26

Closed UserAB1236872 closed 10 years ago

UserAB1236872 commented 10 years ago

As per #25 I added a matrix stack for Mat4s. I think the coolest feature is Rebase, even if I recommend against using it if possible :p. Overall, this should make 3D scenegraps easier with the package.