Hi Eric,

E. Wing schrieb:
Any last things I can try to get the model captured?
Hmm. I did similar things in a project (capture part of the scene into a different sized image with even more decoration). My steps:

1. create a new cameranode, and configure it
2. add the part of the scene I want to render into an image to a group
3. add that group to the cameranode
4. add the cameranode to the root-scene
5. call osg's renderloop
6. get the image from the cameranode, remove cameranode from root-scene

this worked for me without a hitch. Perhaps you have to configure your new cameranode manually, without copying from your existing camera.

HTH,
Stephan


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to