Replies: 1 comment
-
This is still a problem in 2.88. Can we please get an official response? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The convex2d shapes don't draw their child shape as expected in 2.87 stable.
Inside btCollisionWorld.cpp in the
debugDrawObject
function, theCOMPOUND_SHAPE_PROXYTYPE
is handling it's children, so I added an else which draws them for theCONVEX_2D_SHAPE_PROXYTYPE
as well.After fixing it, wireframes correctly show up for these shapes.
I would PR but I'm pressed for time and file an issue to remind myself.
Feel free to fix it if this is the correct/intended approach!
Beta Was this translation helpful? Give feedback.
All reactions