Hello,

I am just experimenting to load huge amount of models.
I have a set of ~50.000+ single models (parts) stored on disk in a
folder structure in .osg or .ive format, converted from a cad system
format. To each of the models I have a transformation matrix to position
the model in the scene. Each model has the size similar to the cessna
example.
At the end the scene represent a complete mechanical car, aeroplane
truck etc.

I would like to have best performance when loading the scene in the
viewer and inspecting them (zoom, pan, etc.).

My newbie questions are:
- Should I use simply osgDB::readNodeFile in a loop for all parts?
I guess this will be slow when reading.

- Can I prepared something before reading? creating an archive etc.?

- Can osgDB::DatabasePager be a solution? Is there any Newbie
documentation available for osgDB::DatabasePager? Examples or code
sniplets?

Many thanks for some tips.

Karl ...


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

Reply via email to