DrChat / Gmod-vphysics

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

Collision model is slightly (but noticeably) oversized #39

Closed jombo23 closed 10 years ago

jombo23 commented 10 years ago

The collision model for all props/objects is too large, as seen here

http://puu.sh/blWy5/105bf7639f.jpg

This could also be a possible cause for manwhore syndrome

DrChat commented 10 years ago

Oh god that name is hilarious... Anyways these are the collision margins which are required for proper collision solving. I can't reduce them or I'll get a lot of problems with solving collisions (including the return of the evil inverted contact points)

jombo23 commented 10 years ago

Couldnt you shrink the original collision model and then have this "margin" the real size of the model? I mean, this really really messes up the precision of everything and causes collisions where they normally dont happen

DrChat commented 10 years ago

I could decrease the size and let the margin make up for it - but what's the point? It's a small gap that almost nobody notices.

GranPC commented 10 years ago

you could disable gravity and let lua scripters apply it manually too, i mean, nobody cares about gravity

On Tue, Sep 16, 2014 at 4:36 PM, DrChat notifications@github.com wrote:

I could decrease the size and let the margin make up for it - but what's the point? It's a small gap that almost nobody notices.

— Reply to this email directly or view it on GitHub https://github.com/DrChat/Gmod-vphysics/issues/39#issuecomment-55752257.

DrChat commented 10 years ago

What? Literally the gap between objects created by the margins is barely noticeable and it's too much work for me to do the math to shrink the objects by their margins

GranPC commented 10 years ago

wow drchat you're slacking

On Tue, Sep 16, 2014 at 5:25 PM, DrChat notifications@github.com wrote:

What? Literally the gap between objects created by the margins is barely noticeable and it's too much work for me to do the math to shrink the objects by their margins

— Reply to this email directly or view it on GitHub https://github.com/DrChat/Gmod-vphysics/issues/39#issuecomment-55760400.

jombo23 commented 10 years ago

It messes up tools that use the "easy" constraint system, which is in vanilla gmod. It leaves a huge ass gap in between props that doesnt happen with normal physics.

Sorry I've been less active, been working with some people on a banjo kazooie level editor