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

Use world space everywhere but physics #447

Closed freezy closed 1 year ago

freezy commented 1 year ago

This PR moves the playfield from VPX-space into world space. Physics is still running in VPX space and is mapped back accordingly.

I've created this branch because it was quite experimental and I didn't expect to go through with it, but I finally did, so this PR includes and thus also closes #444. There's quite a detailed changelog there of the previous updates that went into that branch.