SiebenCorgie / ori-engine

A small engine written in rust + vulkan.
Other
7 stars 1 forks source link

Fix rotation around point #21

Closed SiebenCorgie closed 7 years ago

SiebenCorgie commented 7 years ago

It's currently broken but I don't know why. Will see.

SiebenCorgie commented 7 years ago

Has been fixed with the new Decomposed type of the cgmath crate. Also the world oriented transform works again. To Translating by (1.0, 0.0, 0.0) moves an object at the world x-axis, not the local x-axis after rotation.