Re: [osg-users] Mouse movement to control camera yaw and pitch

2010-02-28 Thread David Sellin
I think the FRAME event is detected when no other input is. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=24983#24983 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] NVOpenGLPbuffer:osgdem.exe -- Application error: (Complier Blue Marble Viewer)

2010-02-28 Thread osgxiaogang
Hi: When I complier the Blue Marble Viewer, I individual complier the land_shallow_topo_east.tif , It works OK, individual complier the land_shallow_topo_west.tif , It also works OK. But when I complier the two tif ,It happens the errors. the error is NVOpenGLPbuffer:osgdem.exe --

Re: [osg-users] Error Code: 0xC0150002 : The application failed to initialize properly. Click on Ok to terminate the application

2010-02-28 Thread John Galt
Hi, That worked brilliantly! Thank you! Cheers, John -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=24986#24986 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Easiest way to bundle an OSG app

2010-02-28 Thread Ted Morris
Hi, I have a question for all the MSVS programming experts using OSG. I want the most straight forward way of bundling the program so I can install it on student's laptops. harvesting appropriate DLLs, etc. I built the GUI side under wxWindows (thanks to others out there for their help and

[osg-users] How to run OSG on iPhone(Mobile Device)?

2010-02-28 Thread xyc508
Hi,all Does any one know that how to run OSG on iPhone(Mobile Device)? It need a plug-in for mobile explorer or recompile application ? Could any one give a OSG Mobile examples? Thank you all ! Cheers, Donlin___ osg-users mailing list

Re: [osg-users] Giving different rotation orientation to different bodies in assembly.

2010-02-28 Thread J.P. Delport
Hi, you need a hierarchy of transforms. See the osgrobot example for a start. jp Rohit Vijay Bapat wrote: Hi, I am trying to do something in which I have a Base Block at ground which is movable . And a Moving arm mounted at top of the Base Block. Now the Base block is rotating about Z axis

Re: [osg-users] getting normal of an intersected point

2010-02-28 Thread J.P. Delport
Hi, I know osgpick example prints out the normals, maybe have a look at that. Further, osgmovie has some code for finding texture coordinates of the intersection, maybe the traverse code there can be a start. rgds jp Brett Thomas Lee wrote: Hi, Using osgUtil::LineSegmentIntersector I

Re: [osg-users] Easiest way to bundle an OSG app

2010-02-28 Thread Torben Dannhauer
Hi, to deliver my software, I use MS Visual Studio setup projekt. I add my complete osg binary folder (of course only release build) to my project as well as my application binary to the project. The dependencies regarding the compiler etc. are solved by VS. Why do I add my complete large