Re: [osg-users] loading to texture memory?

2012-04-11 Thread Buckley, Bob CTR MDA/DES
@lists.openscenegraph.org Subject: [osg-users] loading to texture memory? Hi, I have GPU of having 1GB texture memory. I like to load large volume of data into texture memory( using SetImage()), but less than 1GB, and render part by part of the data for every frame. Does OSG contains any function call to transfer only

[osg-users] loading to texture memory?

2012-04-11 Thread Akilan Thangamani
Hi, I have GPU of having 1GB texture memory. I like to load large volume of data into texture memory( using SetImage()), but less than 1GB, and render part by part of the data for every frame. Does OSG contains any function call to transfer only portion of texture memory to the display? To my