Integrate a Bullet simple demo in Qt

被刻印的时光 ゝ 提交于 2019-12-05 21:36:47

Without code is very difficult to know what the problem is - it sounds like you are attempting to update a screen outside the update/redraw method of the widget

I would start with looking at the Qt examples for drawing in a QWidget or QGlWidget depending if you are using OpenGL or not.

If you are new to Gui programming it is a bit odd that you can only draw on the screen in a single place but it will make sense (eventually) and Qt is a very good place to learn!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!