[osg-users] Unzip big data size problem!
Sebastian Messerschmidt
sebastian.messerschmidt at gmx.de
Wed Nov 9 08:58:54 PST 2016
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
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
More information about the osg-users
mailing list