On 8/14/06, jOan <[EMAIL PROTECTED]> wrote:
Thanks Robert, It works fine turning off OPTIMIZE_TEXTURE_SETTINGS. Does this will affect performances (exept of course memory footprint) ?
It all depends if you are going to hit virtual memory. In geneally its better to free memory once you've finished using it, it should leave the memory less fragmented and keep the whole app in a small chunk of memory so produce less cache missing. However, this will be a much smaller effect that if you start messing with virtual memory paging in and out of disk. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
