Shifted collision shape

Hey,



I’d like to shift a collision shape so it matches with my geometry shape:



http://img97.imageshack.us/img97/6721/screenshot20110616at229.png



I tried to use “wallPhysics.setPhysicsLocation();” on my physics but it doesn’t do anything.

Use a compound shape that you add the box shape to off-center.

Nice that’s it. Thx.