1

Using Play N framework, Is there a way to to connect an image layer(ie. an Image) with physics bodies? (i.e. they have no image attached, only a border)?

I want them to be physically simulated as dynamic objects as well. So that i can give a graphical look to physics bodies.

1 Answers1

1

I think you might be able to draw the border of the physics body using a CanvasImage via the method described here and add that to a Physics Image Layer you create.

Community
  • 1
  • 1
hatboyzero
  • 1,929
  • 1
  • 21
  • 44