What is the unit of linear velocity in Babylon (Ammojs)? I’m trying to calculate acceleration using ball.physicsImpostor.getLinearVelocity()
and time delta, and not sure, if it is units per second or units per millisecond.
adding @Cedric
I think it’s seconds…as it’s the default time unit in ammojs/bullet physics.
2 Likes