There are a couple possible reasons: - Camera isn't close enough to the PagedLOD node (LOD range) so it isn't being rendered. It looks like you need to be within 5000 m (units) of node's center (13806.9 24056.3 1079.8). - PagedLOD node isn't paged in yet. If the PagedLOD node is really big, it can take some time to load.
You should be able to use osgViewer to see your database. Run the command: osgViewer master.ive Hit the space bar. Rotate/scroll around the database using the osgViewer controls. Do you see your model? Brian [EMAIL PROTECTED] wrote: ----- To: "OpenSceneGraph Users" <[email protected]> From: "Robert Osfield" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] Date: 01/18/2008 08:49AM Subject: Re: [osg-users] osg::DatabasePager and paged lod database On Jan 18, 2008 1:19 PM, guher b <[EMAIL PROTECTED]> wrote: > I removed the databasepager part from the code and > still osgViewer can not view the database. Can it be > related to my graphic card that supports two monitors? Database paging functionality is totally orthogonal the graphics card/window set up. Have you tried loading your model into osgviewer? Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

