[osg-users] Unzip big data size problem!
Nguyen Quang Nam
nguyenquangnam at outlook.com
Wed Nov 9 05:48:54 PST 2016
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
More information about the osg-users
mailing list