Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8096605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:30:19+00:00 2026-06-05T21:30:19+00:00

I am new to Box2d, and I have just learned that it does not

  • 0

I am new to Box2d, and I have just learned that it does not support concave polygons. I have read to get around this problem, I should use 2 (or more) convex polygons and apply them to the same shape.

Unfortunately, I have looked for a hours for an example of how to do this, but cant find one that works. Heres my code:

b2PolygonShape spriteShape;    
int num = 6;
        b2Vec2 verts[] = {
            b2Vec2(-32.5f / PTM_RATIO, 52.0f / PTM_RATIO),
            b2Vec2(-60.0f / PTM_RATIO, 26.5f / PTM_RATIO),
            b2Vec2(-58.5f / PTM_RATIO, 17.5f / PTM_RATIO),
            b2Vec2(-34.5f / PTM_RATIO, 7.5f / PTM_RATIO),
            b2Vec2(-11.0f / PTM_RATIO, 25.0f / PTM_RATIO),
            b2Vec2(-17.5f / PTM_RATIO, 47.5f / PTM_RATIO)
        };
        spriteShape.Set(verts, num);

        int num2 = 6;
        b2Vec2 verts2[] = {
            b2Vec2(-26.5f / PTM_RATIO, 1.0f / PTM_RATIO),
            b2Vec2(-34.0f / PTM_RATIO, -13.5f / PTM_RATIO),
            b2Vec2(-26.5f / PTM_RATIO, -32.0f / PTM_RATIO),
            b2Vec2(0.5f / PTM_RATIO, -42.5f / PTM_RATIO),
            b2Vec2(49.0f / PTM_RATIO, -40.5f / PTM_RATIO),
            b2Vec2(49.5f / PTM_RATIO, -14.0f / PTM_RATIO)
        };
        spriteShape.Set(verts2, num2);

This simply overrides the first polygon with the second, instead of combining them. How can I combine them instead?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T21:30:21+00:00Added an answer on June 5, 2026 at 9:30 pm

    As iforce2d said you should create multiple fixtures. Please see my answer to this question:
    Box2d multiple fixtures and positioning

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently I have a new project that uses Box2D as physics engine. And I
New to PHP and MySQL, have heard amazing things about this website from Leo
I have a main character in my Box2d game that has a b2PolygonShape collision.
Say I have this in my class private static Stack<int> _cursorRefCounts = new Stack<int>();
I am new to Box2d and have a situation where I have two bodies.
I am new to box2d. I have started a new game in box2d and
New to Regex. I want to validate to this format: Any character allowed, except
New programmer here, I am trying to understand and break down this code below
I have a partial view that inherits from ViewUserControl<Guid?> - i.e. it's model is
I am trying to create a dynamic body that orbits around a static body

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.