freezy / VisualPinball.Engine

:video_game: Visual Pinball Engine for Unity
https://docs.visualpinball.org
GNU General Public License v3.0
396 stars 62 forks source link

Simplify Flipper Parameters #443

Open freezy opened 1 year ago

freezy commented 1 year ago

Right now we have a ton of physics parameters:

The goal is to simplify this at some point. The idea is to move as much as possible into the already existing FlipperCorrectionAsset, and if possible to compute interdependent values. Comment from @rothbauerw:

However, we'd prefer keeping direct access to those variables now, since the might need to be further tweaked.