Re: [osg-users] Android osgPlugins

2015-08-21 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 20/08/15 21:42, Christian Kehl wrote: > B) These local prebuilds are then referred to via > "LOCAL_WHOLE_STATIC_LIBRARIES", which is necessary so that the > ndk-build linker finds all referred functions. That's the actual > behaviour I kind'a exp

[osg-users] ECEF orientation - roll acts as yaw

2015-08-21 Thread Trajce Nikolov NICK
Hi community, I am aware from the search I did through the archive that some might resolved this and have it working - I am trying a simple thing, to move the camera on an ellipsoid using geodetic coordinates and euler angles (NED alike). All works, but the roll, rotation around Vec3(0,1,0) acts a

Re: [osg-users] Android osgPlugins

2015-08-21 Thread Rafa Gaitan
Hi Christian, Since osgAndroid is in github, the best you can do is send a pull request with your changes, so I can review them, and easily apply them. Thanks for your efforts! Rafa. El jue., 20 ago. 2015 a las 22:20, Christian Kehl () escribió: > Hi, > > In the meanwhile, I was working furthe

Re: [osg-users] "LOS" materail query

2015-08-21 Thread Mike Greene
Thank you guys very much! Cheers, Mike -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=64867#64867 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listin

Re: [osg-users] "LOS" materail query

2015-08-21 Thread Robert Osfield
Hi Mike, In the osgUtil::LineSegmentItersector::Intersection object there is now (in OSG-3.2 onwards) the convenience method: /** Convenience function for mapping the intersection point to any textures assigned to the objects intersected. * Returns the Texture pointer an

Re: [osg-users] "Error: Not able to create requested visual." for osg application utilizing multi-sampling, ran with optirun.

2015-08-21 Thread Hamza Alloush
> From: hamzaallo...@live.com > To: osg-users@lists.openscenegraph.org > Date: Fri, 21 Aug 2015 07:09:55 + > Subject: Re: [osg-users] "Error: Not able to create requested visual." for > osg application utilizing multi-sampling, ran with optirun. > > >

[osg-users] is there someone who has used osgqtquick?

2015-08-21 Thread Abst Zhang
Hi, I download the osgqtquick code from git.podsvirov.pro/?p=osg/osgqtquick.git;a=snapshot;h=d835c61f8970d95552a1fc23e8d0f81f28010c1c;sf=tgz I tried the source code and find some problem. when i resize the windows , the updateviewport()(osgviewport.cpp) method would execute updataFBO() method

Re: [osg-users] "LOS" materail query

2015-08-21 Thread Sebastian Messerschmidt
Hi Mike Hi, I am wanting to do a dust cloud when an entity (helicopter) lands on a terrain. Ideally, would like the color of the dust cloud to be similar to the material/texture that the entity is on. Is there a way to do a "material/texture color" query based on an entity position, kind of l

Re: [osg-users] "Error: Not able to create requested visual." for osg application utilizing multi-sampling, ran with optirun.

2015-08-21 Thread Hamza Alloush
> From: scr...@baseoftrash.de > Date: Fri, 21 Aug 2015 00:53:46 +0200 > To: osg-users@lists.openscenegraph.org > Subject: Re: [osg-users] "Error: Not able to create requested visual." for > osg application utilizing multi-sampling, ran with optirun. > > T