Hi, Sebastian.
I am sorry for my slow internet connection that I can not upload my file.
The code is very simple:


Code:
        
       osgViewer::Viewer viewer;
        osg::Group* root = new osg::Group;
        viewer.setSceneData(root);

        osg::Node* node = osgDB::readNodeFile("TerrainQ.zip");
        root->addChild(node);


        viewer.setUpViewInWindow(68,68,1024,768);
        viewer.setCameraManipulator(new osgGA::TerrainManipulator());
        viewer.run();




This is exactly 319 MB of size. 
... 

Thank you!

Cheers,
Nguyen[/code]

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





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

Reply via email to