Hello,
I have difficulties understanding the relation of transform scale on the physics system.
As we read everywhere to keep the scaling based on a 1m standard, this is what I originally did.
let’s consider a pinball game, completely vertical.
Scene 1:
- the table board is around 1m tall
- its width is around 50cm
- the flippers are around 7cm long
- the ball is a sphere scaled down to 0.02
Scene 2:
Everything is scaled by 50 (I insist: only the transform)
The ball is scaled to 0.5 (Don’t ask me why not 1, it just looked good this way).
The mass of everything is the same.
The spring force of the Hinge joint controlling the flippers are the same.
Basically rigibodies are the same.
Only the transform scale is changed
In scene 1:
when the flipper flips on the ball it merely goes upward by few centimaters.
In scene 2:
the ball easily reaches the top of the board.
So the question:
why in a 1m transform scale, can’t the ball reach the top,
while in a 50m transform scale, it can easily be propulsed there,
while having same mass, drag, angular drag, spring force, …