DrChat / Gmod-vphysics

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

Implement ConvexVolume/ConvexSurfaceArea #31

Open DrChat opened 10 years ago

DrChat commented 10 years ago

Garry's Mod kills any collision meshes that have a volume of 0, so we need to return a real volume! I was going to use QHull for this, but need to look at other libraries too.