p2.js
p2.js copied to clipboard
How many pixels is a meter in p2.js?
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
@schteppe please help to resolve this issue
Hello! Try to choose a coefficient so your physics objects are around 1 meter in size. This is what p2 is optimized for.
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