I want to make a physics body like this image.
The red color ellipse will be the physics body and the curved antenna shapes will not included in the physics body.
I want to know how to call the function to create it. Like:
body = PhysicsFactory.createBoxBody(physicsWorld, this, BodyType.DynamicBody, objectFixtureDef);
