Hi Nguyen,
Hi, Sebastian.
I am sorry for my slow internet connection that I can not upload my file.
I don't need a file, I need a description how the craft one showing the problem .

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.
What is the content of the file? One file, two? Some more information might help.

Cheers
Sebastian
...

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

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

Reply via email to