Re: [osg-users] SwitchNode Animation with a specific time interval

2011-06-08 Thread Vijay Kalivarapu
Thanks Ulrich. I didn't know about this earlier. Looks like this is what I might need. I will post my findings on this soon. ... Thank you! Cheers, Vijay -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=40226#40226

[osg-users] SwitchNode Animation with a specific time interval

2011-06-07 Thread Vijay Kalivarapu
Hi, I have a bunch of timesteps of data that I need to animate between. I set up my code so that each timestep corresponds to a switch node and I attempted to animate between each switchnode. Here is my switch node animation operator code: Code: void SwitchingCallback::operator()

Re: [osg-users] osgmovie and stereo

2011-01-18 Thread Vijay Kalivarapu
Hi, Thanks Robert. I also saw a 'osgmovie' sample along with other examples built on OSG 2.9.10. When I hit a 'osgmovie --help', I found an option '--stereo'. Will this be any simpler than using 'osgstereoimage' ? Thank you! Cheers, Vijay -- Read this topic online here:

[osg-users] osgmovie and stereo

2011-01-11 Thread Vijay Kalivarapu
Hi, I have two live video streams that are set apart for left and right eye. Does anyone know if osgmovie can play them in active/passive stereo? If not, what is the best way to play two video streams in stereo? Thank you! Cheers, Vijay -- Read this topic online here:

[osg-users] OSG Build error on Mac OS X

2009-12-22 Thread Vijay Kalivarapu
Hi, I am trying to build OSG on Mac OS X Snow leopard using Xcode. I ran into the following build errors and I have no idea where to start solving them. Can anyone help: Code: Ld build/OpenSceneGraph.build/Development/osgdb_bsp.build/Objects-normal/i386/osgdb_bsp.so normal i386 cd

[osg-users] How to build osgdem

2009-03-20 Thread vijay kalivarapu
Hi, I did successfully build OSG2.8, but neither the 'bin' directory or the 'share/OpenSceneGraph/bin' directory has the executable 'osgdem'. I have been looking at various posts that talk about using osgdem to load .dem files, but I don't seem to find it. I do have 'gdal' installed and built