Re: [osg-users] transforming normals

2009-03-21 Thread Can Hosgor
Thanks, I will try it as soon as possible -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=8879#8879 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] VPB osgTerrain basic functionality

2009-03-21 Thread Robert Osfield
Hi Dario, You analysis looks pretty reasonable. Right now the only TerrainTechnique provided is GeometryTechnique that is a brute force tessellation of the height fields. It is possible to implement your own TerrainTechnique to implement algorithms such as CLOD but with modern hardware this

Re: [osg-users] VRML Normal Issue

2009-03-21 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Ben, Ben Axelrod wrote: I have noticed a very strange issue regarding VRML file rendering. This issue happens in OSG viewer version 2.6, with openVRML version 0.14.3. ... Are there some VRML flags to prevent this behavior? Is this a

[osg-users] Howto perform a dynamic number of shader passes in a osgFX::Effect

2009-03-21 Thread paulo
Hi, I'm trying to control the number of passes that I need for my particular objective. please consider the code for the traversal of the only technique: void DefaultTechnique::traverse(osg::NodeVisitor nv, osgFX::Effect* fx) { osgUtil::CullVisitor* cv =

Re: [osg-users] [osgPPU] 64-bit Windows build

2009-03-21 Thread Art Tevs
Hi Oleg, thank you for you nice investigations about the 64Bit support of cuda example. In deed current version of nvcc, doesn't support vs2008 and I like that you found what is going on there. Unfortunately I do not have any 64Bit testing possibilities, hence, I am not sure how to test if

[osg-users] [forum] New Feature: RSS/Atomic feeds

2009-03-21 Thread Art Tevs
Hi all, I've added a new functionality to the forum - RSS feeds. This allows you (even if you are not registered on the forum) to subscribe to the rss or atomic feed which are generated by new topics. You can subscribe here http://forum.openscenegraph.org/smartfeed_url.php. You can either

Re: [osg-users] OSG 2.6.1 and VPB

2009-03-21 Thread Michael W. Hall
Robert, I have LD_LIBRARY defined as /usr/local/lib64. This is where libOpenThreads.so.11 is located. I uninstalled OSG and did a make clean. I then ran make and make install. I am still getting the same error. I am running FC10 x86_64. should I make a symbolic link in /usr/local/lib? Let

[osg-users] Need Help.........

2009-03-21 Thread Amit Kalhapure
Hello All, Does anyone have a program for Air combat simulation. I mean, I want a program which can plot the trajectories of 2 aircrafts doing combat. I have the trajectory path (6DOF), but don't know how to make use of it for animation in OSG. I have gone through 'osganimation' example but

[osg-users] Need Help.........

2009-03-21 Thread Amit Kalhapure
Hello All, Does anyone have a program for Air combat simulation. I mean, I want a program which can plot the trajectories of 2 aircrafts doing Combat. I have the trajectory path (6DOF), but don't know how to make use of it for animation in OSG. I have gone through 'osganimation' example but