One-time render model to image

Is there any way to render an arbitrary 3D model (say the rgbCube, or one that a user provides) to a png or similar format? I’d like to be able to show users the resources in my system, some of which are images and some of which are models. I’d prefer to not have to tell them “this one can’t be displayed because it’s a 3D model”…

Thanks!

Check this out:
panda3d.org/manual/index.php … bamboo.jpg

It’s a simple script that will render and save a screenshot of a scene.

Thank you, that looks quite useful!