Hi Nikos,

On 13/10/12 1:29, Nikos Babasakalis wrote:
> Using test data from the external application and saving the graph to osg 
> files,
> I observed that their size is very big (88 MB in one case and 115 MB in 
> another).
> Moreover the memory consumption is very high (about 130 MB in one case and 
> 350 MB in another)
> and it will be a serious problem when trying to depict more than one sets of 
> data 
> (in different child windows of the MDI application)
> 
> Are there any guidelines for reducing the memory usage? 

You're not really telling us much about your data, like how many vertices, 
textures, etc.

Sharing image data might be a good candidate, but it you have millions of 
triangles then
that that gives you a minimum memory footprint.

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

Reply via email to