misyltoad / VPhysics-Jolt

Volt (VPhysics Jolt) is a replacement physics module for the Source Engine.
MIT License
1.26k stars 71 forks source link

[GMOD] imprecise collisions on small, complex features #150

Closed hl2jeep closed 3 months ago

hl2jeep commented 2 years ago

collision with small features that have complex geometry (such as gears) have inacurate and/or broken collsion. the video attached demonstrates gears passing through eachother and not meshing as they're supposed to

https://user-images.githubusercontent.com/51200953/199337117-52b308d2-cab0-4c93-9a16-79b5e3d0a1a6.mp4

misyltoad commented 2 years ago

Is it better with higher integration steps via the convar?

hl2jeep commented 2 years ago

Is it better with higher integration steps via the convar? sorry i don't know what convar that is, where can i find it?

Bagellll commented 1 year ago

sorry i don't know what convar that is, where can i find it?

Probably this here https://github.com/Joshua-Ashton/VPhysics-Jolt/blob/457a95fca54186a73e5f38419060af98307b0d9c/vphysics_jolt/vjolt_environment.cpp#L55

misyltoad commented 3 months ago

Gears work now. This was convex radius related.