DarkPlacesEngine / DarkPlaces

The DarkPlaces Quake engine, created by LadyHavoc. Official Git repository (replaces SVN).
https://icculus.org/twilight/darkplaces/
GNU General Public License v2.0
291 stars 43 forks source link

Solve Gimbal Lock #209

Open Baker7 opened 1 month ago

Baker7 commented 1 month ago

Here I set avelocity to "100 0 100", it should rotate diagonally (right?)

I assume that this is caused by Gimbal lock (related to how there are multiple ways to get the same angle with pitch yaw roll).

gimbal

I imagine fteqw has this solved it has MOVETYPE_6DOF (six degrees of freedom) -- a movetype like a flight simulator.