Re: [osg-users] [3rdparty] What wrong with my "SubloadCallback" derived class?

2016-03-23 Thread Zheng Li
sorry,I think I should post this topic to "OpenSceneGraph Lists->General" catalogue,I had post a same one under "OpenSceneGraph Lists->General" catalogue,so please delete this one; -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=66610#66610

[osg-users] [3rdparty] What wrong with my "SubloadCallback" derived class?

2016-03-23 Thread Zheng Li
Hi, I wrote a "SubloadCallback" derived class and attach it to a texture2D object to update image dynamically,but unfortunately the texture image can not be updated,the texture always show a piece of white;below is my code,what wrong happened to it? void main() { // the class to