Debug renderer no longer seems to work #374
Answered
by
DanielChappuis
profbudinga
asked this question in
Q&A
|
Hi Guys, I just updated my code to work with the latest version 0.10, and now the debug renderer does not generate any triangles for me to render, the collisions are still working correctly , but i am thinking i must be missing something that has been changed, anybody else having the same issue? Thanks |
Answered by
DanielChappuis
Mar 11, 2024
Replies: 1 comment 1 reply
|
Hello. It's probably because of a change in the API. As you can read in the change log of the release,
Now, by default debug renderer is disabled for each body and you need enable it for the bodies you want to debug. |
1 reply
Answer selected by
profbudinga
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. It's probably because of a change in the API.
As you can read in the change log of the release,
Now, by default debug renderer is disabled for each body and you need enable it for the bodies you want to debug.