PhoenixIllusion / babylonjs-jolt-physics-plugin

Other
7 stars 0 forks source link

API: Expose vehicle properties #2

Closed PhoenixIllusion closed 4 months ago

PhoenixIllusion commented 5 months ago

Expose wrapped and BabylonJS format runtime values:

PhoenixIllusion commented 5 months ago

Initial work in: https://github.com/PhoenixIllusion/babylonjs-jolt-physics-plugin/commit/19e5f8a149430383e726eda974dfdb134b0cbdc8

ToDo: ability to set and get current gear

PhoenixIllusion commented 4 months ago

1.3.0 demos the feature that allows setting of information and visibility into current gears.

Kart demo show improving traction via altering of friction curves to allow high speeds.

Demo does not show changing gears or setting into manual/auto, but feature confirmed on non-demo testing.

Note: 1.3.0 change-gear does not work well if set to 0-friction gear-change recommended default to friction=1 .