Hi,

Maybe it's your near far values. Your model might be placed in origo with 
bounds smaller than 1. And your near value starts at 1.

Try:
Code:
Viewer->getCamera()->setProjectionMatrixAsOrtho(bb.xMin(),bb.xMax(),bb.yMin(),bb.yMax(),-100,100);
 



Thank you!

Cheers,
David

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=59677#59677





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to