Hi,

Hi
I have been using the getLastVisiblePixelCount on pre 3.0 osg. I believe maybe 
this was a private function that we made public in our side. I use(d) this 
method to make a simple algorithm to tell how much visible an object was in 
percent.

So with the 3.0 api change we propose the following change:
- put OSG_EXPORT on the QueryGeometry class so that we get access to the 
getNumPixels method.
- Create a function called getQueryGeometry that returns a casted 
_queryGeode->getDrawable(). Or a function called getQueryGeode that returns 
_queryGeode.

Are these changes acceptable? If so I will submit them soon.

Thank you!

Cheers,
Morten

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





_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to