Re: [osg-users] Lets slowly update extension gl symbols to latest OpenGL specification with each submission.

2010-02-07 Thread Robert Osfield
Hi Paul, On Fri, Feb 5, 2010 at 8:43 PM, Paul Martz pma...@skew-matrix.com wrote:  2) Centralized management of extensions via external libs doesn't fit well with the ability to      extend the OSG in 3rd party NodeKits, where the NodeKits support extensions that that      the OSG version

Re: [osg-users] Questions about physic engines.

2010-02-07 Thread PCJohn
Hi Ricardo, sorry to not go into the details - so just few hints from my friend that is going his project on ODE+OSG. He done the integration like this: - he loads the scene by OSG - he converts the scene geometry to ODE geometry and sends it to ODE by ODE functions - he setups the ODE world

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

2010-02-07 Thread Ernie Smethurst
Thanks for the reply. I dont think it is a class problem because when i try the following in a command prompt window: Code: ECHO %OSG_BIN_PATH% ECHO %OSG_INCLUDE_PATH% ECHO %OSG_LIB_PATH% ECHO %OSG_SAMPLES_PATH% ECHO %OSG_FILE_PATH% The correct locations are shown, i think then its just

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

2010-02-07 Thread Ernie Smethurst
Thank you very much for your reply, i compiled the program and below is the output and it looks like the PATH is setup: Code: PATH =

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

2010-02-07 Thread Chris 'Xenon' Hanson
On 2/6/2010 11:33 PM, Phanindra Talabathula wrote: 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? It isn't in the basic osgViewer. in the past I've hacked osgviewer's

Re: [osg-users] Scientific Visualization classes?

2010-02-07 Thread Gerwin de Haan
Hi Andrew, we have used OSG and VTK together in some data visualization projects. We don't use any black magic in combining the two, but our software might contain some handy code that is usable for your purposes. The software (Virtual Reality eXplorer (VRX) and VRmeer Library Open Source Edition)

[osg-users] node names not preserved going from flt to ive/osg

2010-02-07 Thread ted morris
Greetings, I am having difficulty keeping the node names preserved from open flight files (OpenFlight 15.x vintage, I believe) when converted to ive or osg, using osgconv.exe. Essentially, the files have a few LOD nodes with different named, group nodes underneath each of them. Almost all the

Re: [osg-users] Example of geographical position

2010-02-07 Thread Tony Vasile
Hi Shayne, Excuse my newbie status so how do I set up the MatrixTransform do I just use the latitude, longitude and altitude as a translation or do I just set the position of my vehicle using the latitude, longitude to set the position of the vehicle some how.

Re: [osg-users] node names not preserved going from flt to ive/osg

2010-02-07 Thread Paul Martz
First, make sure you disable the Optimizer with OSG_OPTIMIZER=OFF before you run osgconv. The REMOVE_REDUNDANT_NODES flag might be the cause of this behavior. Also, check the FLT plugin documentation for tips. Two sources of info: osgconv --format flt or:

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

2010-02-07 Thread Phanindra Talabathula
Hi Chris, If you could give me some inputs on how you could hack/tweak the code to get the co-ordinates and elevation displayed, I shall try it out. Thanks for the help in advance . Regards, Phanindra -- Read this topic online here:

Re: [osg-users] node names not preserved going from flt to ive/osg

2010-02-07 Thread Trajce Nikolov
I found this issue on my end too. Might be good if we put the optimize as an option to osgconv, instead of disabling it by the env -Nick On Mon, Feb 8, 2010 at 5:26 AM, Paul Martz pma...@skew-matrix.com wrote: First, make sure you disable the Optimizer with OSG_OPTIMIZER=OFF before you run