bulletphysics / bullet3

Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.

Home Page:http://bulletphysics.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to save the image of Debug GUI?

Huster-YZY opened this issue · comments

I drew some points on the GUI by using addUserDebugPoints and get the rendering results by calling getCameraImage, however, I found that the saved rendering results didn't contain the points I have drawn.
This is the problem screenshot.

How can I save the image of the Debug GUI? Thanks.