NVIDIAGameWorks / PhysX

NVIDIA PhysX SDK
Other
3.11k stars 793 forks source link

Physics Scaling #614

Open Devyre opened 1 year ago

Devyre commented 1 year ago

Hey,

my question is a bit of an odd one. Is it possible to, for example, vertically scale all physics objects? I'm trying to recreate physics of a fairly old game and one of its techniques was to scale the physics to 0.65 on the up axis to allow an easier movement across slopes (of any dynamic rigidbody). This sounds a bit dumb but actually works quite well with everything.

If it's not possible, i'd appreciate any idea that could point me into the correct direction (that still helps me accomplish the above 1:1).

Greetings