Re: [osg-users] Cut a surface

2009-09-24 Thread Pedro Xavier Contla
Hi, Thank s for the hints... I will do it. Pedro -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=17628#17628 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Cut a surface

2009-09-23 Thread Vincent Bourdier
Pedro Xavier Contla a écrit : Hi, ... I'm new in OSG, and I want to cut a surface with a plane... Do someone have an idea?? Thank you! Cheers, Pedro -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=17556#17556

Re: [osg-users] Cut a surface

2009-09-22 Thread Pedro Xavier Contla
Hi, ... I'm new in OSG, and I want to cut a surface with a plane... Do someone have an idea?? Thank you! Cheers, Pedro -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=17556#17556 ___ osg-users

Re: [osg-users] Cut a surface

2009-09-22 Thread Tomlinson, Gordon
-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Pedro Xavier Contla Sent: Tuesday, September 22, 2009 4:28 PM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Cut a surface Hi, ... I'm new in OSG, and I want to cut a surface

Re: [osg-users] Cut a surface

2009-09-22 Thread Roland Smeenk
Hi Pedro, this is typically done with a clip plane. This OpenGL functionality is wrapped in the osg::ClipPlane stateattribute that you can add to a stateset. kind regards, Roland Smeenk -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=17561#17561