Is it possible to use some joint to join a set of rectangles and move them around the screen borders (not in a circle, see image in attachment).
Tnx 4 any suggestions.
Daniel
Is it possible to use some joint to join a set of rectangles and move them around the screen borders (not in a circle, see image in attachment).
Tnx 4 any suggestions.
Daniel
Solved, but not using physics. I don’t think this can be achieved with joints.
Daniel
If you want the colours in your image to slide clockwise around the edge of your screen then no, because that is a graphical effect and physics objects are solid shapes which you can’t deform like that.
if you want those coloured borders to repel physics bodies then you can just put rectangles around the edge of the screen, flush with the circling colours, and make them static.
Solved, but not using physics. I don’t think this can be achieved with joints.
Daniel
If you want the colours in your image to slide clockwise around the edge of your screen then no, because that is a graphical effect and physics objects are solid shapes which you can’t deform like that.
if you want those coloured borders to repel physics bodies then you can just put rectangles around the edge of the screen, flush with the circling colours, and make them static.