Hi, On Fri, 2006-05-19 at 19:14 +0200, Dirk Reiners wrote: > Hi Marcus, > > Marcus Roth wrote: > > > Hi, > > > > I have one geometry that is initially not visible (node->setActive(false). > > When this node is activated, > > raytest and frustum culling are not working correct. When I look into the > > code of Node::changed..., > > the volume of the parent node is invalidated, if the traversal mask has > > changed. So the volume of (node) > > is never invalidated when node->setActive(...) is called. > > True. But it should have been created invalid, and unless it has been > validated by other means (which would make it valid) it should still > be invalid when it is activated. So it should still work. Can you > check what the validity of the volume is before you activate it?
this seems to be the same problem Patrick had. It should have been fixed. There was the problem that the volume was validated empty even if the trav mask was 0 but we changed this a few days back. Marcus is your OpenSG up-to-date ?? regards, gerrit ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
