Hi Allen,

The bug you encounter is not a bug. There was an API change in osg main core 
from 2.8.1 to 2.8.2 I think. Current svn version of osgPPU is working only with 
osg version greater than 2.8.2, I think. At least it works with the current osg 
svn version.

I have already update the svn repository and solved the findUnit issue.



allensaucier wrote:
> 
> I understand the term, initialize, means when the application is running and 
> not after the line of code:  osgPPU::Processor *processor = new 
> osgPPU::Processor();
> Am I correct?
> 


Yes, when there was a first call of Processor::traverse method with an 
UpdateVisitor. This usually happens when first frame is drawn, so after main 
application rendering loop is started (osgViewer::run() )

cheers,
art

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=26882#26882





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

Reply via email to