Re: [osg-users] find coordeinates in IVE

2010-07-06 Thread Clay, Bruce
 Robert:   Thanks for your reply.   I downloaded some IVE files from a website that I am trying to use for a project teaching teens how to create video games using OSG.   I want to dynamically add objects along the path in the scene.  To do this I will have to specify the XYZ of the point to

Re: [osg-users] find coordeinates in IVE

2010-07-06 Thread Jean-Sébastien Guay
Hi Bruce, I downloaded some IVE files from a website that I am trying to use for a project teaching teens how to create video games using OSG. I want to dynamically add objects along the path in the scene. To do this I will have to specify the XYZ of the point to add the path. My problem

Re: [osg-users] find coordeinates in IVE

2010-07-07 Thread Tom Pearce
Hi Bruce, I'm doing something similar to you, where I want to be able to click in a scene and add objects at that point. I do it as JS suggests, using an event adapter to get the mouse coordinates, a line segment intersector using Window coordinates, and an intersection visitor. If you want,