I have an airplane. I use rectangle
for bounding this airplane to detect collision and it works great. When the airplane begin falling down I rotate airplane's texture, but rectangle
remains unchanged. I don't know how to rotate it. I need to rotate it with airplane's texture because my shell doesn't collide the airplane's tail and cabine.
How to rotate rectangle or perhaps create polygon shape to wrap all airplane? Any help will be appreciated!