[osg-users] Visual Studio 9 2008 3rd Party

2010-02-06 Thread Adrian Egli OpenSceneGraph (3D)
Hello all, does someone have for all existing openscenegraph plugin build the 3rd party library and is willing to share them. i thinks i would be greate having a full working OSG environments to test and play with. i am aware of having some plugins with non LGPL dependencies, but no problem, we

Re: [osg-users] Rendering 2 video stream

2010-02-06 Thread Adrian Egli OpenSceneGraph (3D)
Hi all, thanks for the short answer. i am looking for a small test.cpp (osgviewer - render2video - stream) has someone still implemented such a demo? /adrian 2010/2/2 Cedric Pinson cedric.pin...@plopbyte.net Hi, I render a video game based on osg into a video stream, you can have an idea

Re: [osg-users] Visual Studio 9 2008 3rd Party

2010-02-06 Thread Jean-Sébastien Guay
Hi Adrian, does someone have for all existing openscenegraph plugin build the 3rd party library and is willing to share them. There is 3rdParty_Win32Binaries_vc90sp1.zip on this page: http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies Though it probably doesn't contain

Re: [osg-users] Visual Studio 9 2008 3rd Party

2010-02-06 Thread Luigi Calori
Jean-Sébastien Guay wrote: Maintaining a package with recent and known working dependencies for all plugins is probably more than anyone is willing to do, especially considering that some plugins are probably not used by many people... What about having a repo of working recipes where people

Re: [osg-users] Rendering 2 video stream

2010-02-06 Thread Cedric Pinson
Hi Adrian, I am sorry i dont have a small proof of concept only the code integrated to a project (pokme). I guess it would need one or two day of work to setup a small example. Cheers, Cedric -- Provide OpenGL services around OpenSceneGraph and more +33 659 598 614 Cedric Pinson

Re: [osg-users] Displaying elevation values while navigating terrain elevation files

2010-02-06 Thread Chris 'Xenon' Hanson
On 2/6/2010 12:34 AM, Phanindra Talabathula wrote: Hi, Could someone give me pointers on how to display the latitude, longitude and elevation values as the user tries to navigate a terrain elevation file (flying thro' the elevation file is possible by using osgviewer after creating a db

Re: [osg-users] dynamic_cast of referenced objects

2010-02-06 Thread Tim Moore
On Sat, Feb 6, 2010 at 4:07 AM, Kevin Wilder kevin_wil...@hotmail.comwrote: Hi, ... I came upon a passage in the OpenSceneGraph Quick Start Guide that says: Be careful when returning the address of an object from a function. If you do this incorrectly, the ref_ptr storing the memory address

Re: [osg-users] [osgPPU] Problems with resizing

2010-02-06 Thread Christian Richardt
Hi there, I have been trying to extend the osgppu_viewer to allow resizing of the viewer window, similarly to the discussion at http://forum.openscenegraph.org/viewtopic.php?t=3693. However, I'm not making any progress and already wasted way too much time on this. The problem is that I cannot

Re: [osg-users] [osgPPU] Problems with resizing

2010-02-06 Thread Art Tevs
Hi Christian, Yes, I know currently osgPPU isn't usable for dynamic resizing of the viewport. I have tried it also with just a simple viewer and I wasn't able to solve the issue. I had exactly the same problem as you and due to lack of time I canceled the try to solve it. I tried almost

[osg-users] First attempt at OpenSceneGraph Programming.....

2010-02-06 Thread Ernie Smethurst
I have been told that for my games programming module of my computer science course at university we are to use OSG. I have been following this tutorial to get OSG setup and working with Visual Studio 2008 which i am using. Type dwight openscenegraph into google and its the first link. (i

[osg-users] Questions about physic engines.

2010-02-06 Thread Ricardo Ruiz
Hi mates. I have several questions regarding about physics engines in OSG. BTW, I'm a OSG beginner. If I want to use ODE, must I add osgPhysics plugin to my OSG? How can I load a scene with physics values? Let's say I'm creating a scene in 3Ds MAX, and I export it to COLLADA (or any other

Re: [osg-users] Visual Studio 9 2008 3rd Party

2010-02-06 Thread Jean-Sébastien Guay
Hi Luigi, What about having a repo of working recipes where people who have the itch and have successfully scratched can share the recipe in a somehow formalized way. In my previous mail, I' m suggesting use of Cmake external projects as a way to formalize

Re: [osg-users] First attempt at OpenSceneGraph Programming.....

2010-02-06 Thread Jean-Sébastien Guay
Hello Ernie, Given your two symptoms, which are: I place both: $(OSG_LIB_PATH) and $(OSG_INCLUDE_PATH) into the necessary fields when i am configuring my project, like it says in the above tutorial, but i get errors when i include them [...] and When i try to run the program by pressing

Re: [osg-users] Visual Studio 9 2008 3rd Party

2010-02-06 Thread Philip Lowman
On Sat, Feb 6, 2010 at 8:43 PM, Jean-Sébastien Guay jean-sebastien.g...@cm-labs.com wrote: Hi Luigi, What about having a repo of working recipes where people who have the itch and have successfully scratched can share the recipe in a somehow formalized way. In my previous mail, I' m

Re: [osg-users] Displaying elevation values while navigating terrain elevation files

2010-02-06 Thread Phanindra Talabathula
Hi Chris, I haven't built the database with geocentric option. I have used osgdem with -d option and specified the terrain elevation file (.dt0) to create the osg database. Regards, Phanindra -- Read this topic online here:

Re: [osg-users] Displaying elevation values while navigating terrain elevation files

2010-02-06 Thread Phanindra Talabathula
Hi Chris, Is it also possible to display latitude, longitude along with elevation values as the user tries to navigate/fly thro' the terrain elevation file in osgviewer? Regards, Phanindra -- Read this topic online here: