Advertisement

cocosd2d-x Physics3DWorld debug draw displays nothing

Started by October 08, 2016 09:09 PM
-1 comments, last by Deliverance 8 years, 5 months ago

I'm trying to display debug data in cocos2d-x using a Physics3DWorld object. I'm not getting anything on the screen and I'm not sure what's happening.


The debug drawer subclass of the physics world does issue render calls.

I've created a test HelloWorld .cpp file here by working on the initial HelloWorldScene.cpp file:

http://pastebin.com/sqSrZQ8C

The model I'm using:

https://dl.dropboxusercontent.com/u/23622577/cube.c3

If the error is not obvious I would be happy to see some working code snippet too, anything that would shed some light on this.

This topic is closed to new replies.

Advertisement