Re: [osg-users] Problem with draggers in HUD

2010-10-23 Thread Rafa Gaitan
Hi Mikhai, Please post fixes to osg-submissions list, to avoid missing the submission files. Thank you, Rafa. 2010/10/22 Mikhail I. Izmestev izmmish...@gmail.com:  Hi *, I have discovered problem with draggers from osgManipulator in HUD. Attached example based on osghud demonstrates this

Re: [osg-users] OSGDEM output flattening

2010-10-23 Thread Robert Osfield
Hi Brad, VPB doesn't have this feature. You'll need to do this via post processing of the data. Robert. On Fri, Oct 22, 2010 at 10:33 PM, Brad Colbert bcolb...@rscusa.com wrote: I'm passing along a question from our database team: We would like to flatten certain areas of the terrain

Re: [osg-users] Why is Vec not a template?

2010-10-23 Thread Robert Osfield
Hi Jan, On Sat, Oct 23, 2010 at 4:58 AM, Jan Ciger jan.ci...@gmail.com wrote: Now on a tangent a bit, but as we are discussing code design here: is there a particular reason why the osg::PositionAttitudeTransform is not a subclass of osg::MatrixTransform? It seems rather illogical and makes

Re: [osg-users] PagedLOD - too many nodes

2010-10-23 Thread Tomas Hnilica
Hi Robert, However, I think this is probably just a hack around what it essentially an issue of poor load balancing in the paged database you have built. In essence what you are trying to do when using LOD/PagedLOD's is to keep the load on the whole computer to a level that the system

[osg-users] perform a translation

2010-10-23 Thread Cosimo Luigi Manes
Hi, I try to perform a translation with the following code: Code: aortaNode = osgDB::readNodeFile(aorta.ive); cuoreNode = osgDB::readNodeFile(cuore.ive); fegatoNode = osgDB::readNodeFile(fegato.ive); milzaNode = osgDB::readNodeFile(milza.ive); pancreasNode = osgDB::readNodeFile(pancreas.ive);

[osg-users] OSG into QT4

2010-10-23 Thread Juan Sánchez
Hi, I am trying to show an OSG's scene into a QT's Widget, but I can't show the window with the scene. Please, I hope someone can help me, because I am not capable of finding the problem Mi code is attached to the message. Thank you very much! Cheers, Juan -- Read this topic