Hi,

On Mon, 2006-05-08 at 14:57 -0500, Patrick Hartling wrote:
> Patrick Hartling wrote:
> 
> > As I explained in my original post, nodes are deactivated before any frame
> > is rendered. The nodes that are deactivated always have a group core, but it
> > is not all nodes with group cores that are deactivated.
> 
> I apologize for following up on my own post, but there is a little bit of
> inaccuracy in what I have described above. The nodes that are deactivated
> almost always have a core of type OSG::Transform. If they do not, then they
> have a core of type OSG::Group. Since OSG::Group is an ancestor of
> OSG::Transform, my statement above is not exactly wrong, but it could be
> confusing given the diagram that I posted along with it.

interesting, one quick test, could you add a call to

beginEditCP(node, VolMask); 
node->invalidateVolume(); 
endEditCP(node,VolMask);

after you activated a node.  

>From a quick glance over the code involved in travmask and volume
handling it might be a little bit optimistic at some points ;-)

Currently my feeling that is it more OpenSG bug exposed by OSG::Group
change?

I'll see if I can easily recreate the problem.

regards,
  gerrit


-- 
It's Emergent[*], you see.

[*] [adj] A word favored by computer nerds; mandatory for DARPA research
          applications; on recent evidence, a synonym for 'doomed'.   



-------------------------------------------------------
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

Reply via email to