Re: [osg-users] Using InfinitePlane

2016-06-24 Thread Valerian Merkling
Oh ... Ok. Then I'll do the math ! Thanks a lot ! -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=67773#67773 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.

Re: [osg-users] Using InfinitePlane

2016-06-24 Thread Robert Osfield
HI Valerian, On 24 June 2016 at 09:01, Valerian Merkling wrote: > InfinitePlane is an osg class, defined in osg/Shape. Oh, that old class. Once written, forever forgotten... Written back in 2002 It's original intention was to support collision detection/pyhsics engines as were the rest of the

Re: [osg-users] Using InfinitePlane

2016-06-24 Thread Valerian Merkling
Hi, InfinitePlane is an osg class, defined in osg/Shape. According to osg documentation, InfinitePlane cannot be rendered but is used to support collision detection, so I guess I can use it to compute intersection between mouse clic and an imaginary ground. I'm working on a GIS app, rendering

Re: [osg-users] Using InfinitePlane

2016-06-23 Thread Robert Osfield
Hi Valeian, What do you mean by an InfinitePLane? One to interest against, to intersect the the scene with, or one to visualize? Robert. On 23 June 2016 at 16:49, Valerian Merkling wrote: > Hi, > > I would like to use an InfinitePlane to be able to use > "view->computeIntersection" everywhere

[osg-users] Using InfinitePlane

2016-06-23 Thread Valerian Merkling
Hi, I would like to use an InfinitePlane to be able to use "view->computeIntersection" everywhere, but I cannot find how put it inside my scene graph... In which kind of node shall I put this InfinitePlane ? Geode ? Can someone help me ? Thank you! Cheers, Valerian -- Read

Re: [osg-users] Using InfinitePlane

2009-05-10 Thread Barkah Yusuf
robertosfield wrote: > HI Barkah? Yusuf? Could you please reply with the name you wish to be > address as I'm afraid we can't guess from just your email account. Yes everyone can address me as such. Sorry I didn't get accustomed my self first with the forum regulation. I forgot about the mai

Re: [osg-users] Using InfinitePlane

2009-05-10 Thread Robert Osfield
HI Barkah? Yusuf? Could you please reply with the name you wish to be address as I'm afraid we can't guess from just your email account. On Sun, May 10, 2009 at 3:11 PM, Barkah Yusuf wrote: > Hi, > > I need an advice on how to use osg::InfinitePlane. I is true what the docs > says, that Infini

Re: [osg-users] Using InfinitePlane

2009-05-10 Thread Barkah Yusuf
Allow me to rephrase my question. I tried to draw an infinite plane that lies at y=0 (the 'ground') in my project. I tried using simple geometry primitive (a very wide rectangle) but of course this just give the impression of infinity. Once the camera moved pass the rectangle boundary, the grou

[osg-users] Using InfinitePlane

2009-05-10 Thread Barkah Yusuf
Hi, I need an advice on how to use osg::InfinitePlane. I is true what the docs says, that InfinitePlane cannot be use with ShapeDrawable? Thanks. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=11770#11770 ___