schteppe / p2.js

JavaScript 2D physics library
Other
2.63k stars 330 forks source link

How many pixels is a meter in p2.js? #362

Open ziarmandhost opened 3 years ago

ziarmandhost commented 3 years ago

I am developing a game, but cant figure it out, so please i need some koefficient to convert pixels -> meters and meters -> pixel. I am using p2.js with pixi.js v5

ziarmandhost commented 3 years ago

@schteppe please help to resolve this issue

schteppe commented 3 years ago

Hello! Try to choose a coefficient so your physics objects are around 1 meter in size. This is what p2 is optimized for.

ziarmandhost commented 3 years ago

Hello! Try to choose a coefficient so your physics objects are around 1 meter in size. This is what p2 is optimized for.

I'm sorry I didn't react right away, I just tried to set the same value in the engine as in pixels, but still I would like some more concise solution, maybe you have it? I just need a function to convert pixels to meters, this is very important