Hi,

I have made a simple scenegraph
a posititonattitudetransform with a geode as child that has a sqhere with 
radius 0.05 as drawable
i then set the cullcallback of the positionattributetransform to a customized 
one.
the cullcallback tries to check for actual visibility like this

traverse(node,nv);
if (!((osgUtil::CullVisitor*)nv)->isCulled(*node))
   ...
 else
  ...

The problem now:
Although i clearly see my sqhere on screen the isCulled-Check is always true.
How can that be?

Thank you.

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





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

Reply via email to