DrChat / Gmod-vphysics

Replacement vphysics module for the Source engine (originally meant for Garry's Mod)
Other
92 stars 15 forks source link

6DOF +/- 90 degree limit on y-axis #35

Closed DrChat closed 10 years ago

DrChat commented 10 years ago

Due to the fact that the 6dof constraint uses euler angles internally, this imposes an arbitrary limit on the y-axis to +/- 90 degrees. Need to change the internal math to use other methods such as quaternions.