Thanks Brad,
osga is really what I was looking for. It can store everything and it contains 
index, so the only overhead on open is to read the index (and not the whole 
file as with some other formats). I am going to try it.
John


On Thursday 08 of December 2011 20:20:16 Christiansen, Brad wrote:
> Hi,
> 
> Just a comment regarding "My initial wish was to have everything in one
> file.". You can achieve this by placing all you data into an archive
> format. I have used osga before and I have seen quite a bit of activity
> around the zip plugin recently. I ended up creating my own OSG archive
> based on SQLite but I havent managed to submit that code yet.
> 
> One thing to note when using archives and PagedLODs, you have to make sure
> that rescources in sperate files are specified relative to the root of the
> archive, not relative to the loading file. I wrote a simple visitor to do
> this before adding all my data to the archive.
> 
> Cheers,
> Brad

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to