static bool RenderToPixmap( SceneCamera camera, Pixmap targetPixmap, bool async )

Summary

Render this camera to the target widget. Once you do this the target widget becomes "externally painted", so you won't be able to paint on it anymore with Qt's Paint stuff.

static bool RenderToPixmap( CameraComponent camera, Pixmap targetPixmap, bool async )

Summary

Render this camera to the target widget. Once you do this the target widget becomes "externally painted", so you won't be able to paint on it anymore with Qt's Paint stuff.

static bool RenderToPixmap( Scene scene, Pixmap targetPixmap, bool async )

Summary

Render this camera to the target widget. Once you do this the target widget becomes "externally painted", so you won't be able to paint on it anymore with Qt's Paint stuff.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.