[osg-users] Show loading info on osgQt::QWebViewImage

2015-11-05 Thread Héctor Martínez
Hello, Is there a way to show a loading icon or any other visual sign that the webpage is loading in a QwebViewImage? Depending on the website, sometimes it takes long time to load it and it would be a good idea to inform the user that the webpage is still loading. Thank you in advance!

Re: [osg-users] embedded UI in OSG

2015-11-05 Thread michael kapelko
Hi. You probably refer to osgRecipes: https://github.com/xarray/osgRecipes/tree/master/integrations 2015-11-05 15:48 GMT+07:00 Trajce Nikolov NICK < trajce.nikolov.n...@gmail.com>: > Hi Community, > > I am aware of some opensource OpenGL UI components that were successfully > integrated in OSG,

[osg-users] embedded UI in OSG

2015-11-05 Thread Trajce Nikolov NICK
Hi Community, I am aware of some opensource OpenGL UI components that were successfully integrated in OSG, but forgot the names. Any suggestions? Thanks a bunch as always ! Nick -- trajce nikolov nick ___ osg-users mailing list

[osg-users] Any (free) alternatives to SpeedTree?

2015-11-05 Thread Christian Buchner
Hi, the recent interest in Speedtree integration into OSG has made me curious as to what Open Source or commercial alternatives might exist. The osgforest sample is a bit too simplistic, in that it either renders only MatrixTransform trees or billboards. So, how to render lots of realistic trees

Re: [osg-users] embedded UI in OSG

2015-11-05 Thread Curtis Rubel
Hi Nick, Also in the examples directory you can see some for WxWidgets, Qt, GTK, FLTK, Cocoa(osx), MFC, FOX, GLUT... just to name a few that I see in there. So you have a few choices nowadays... We have been successful at using Qt for all our needs, as you are aware I think.. ... Thank you!

Re: [osg-users] embedded UI in OSG

2015-11-05 Thread Trajce Nikolov NICK
I am after the one integrated into OpenGL .. what was the name Ant? On Thu, Nov 5, 2015 at 6:09 PM, Curtis Rubel wrote: > Hi Nick, > > Also in the examples directory you can see some for > WxWidgets, Qt, GTK, FLTK, Cocoa(osx), MFC, FOX, > GLUT... > > just to name a few that I

Re: [osg-users] embedded UI in OSG

2015-11-05 Thread Trajce Nikolov NICK
Michael, thanks ! it is this http://mygui.info/ .. Wang has integration in his reciepts On Thu, Nov 5, 2015 at 7:14 PM, Trajce Nikolov NICK < trajce.nikolov.n...@gmail.com> wrote: > I am after the one integrated into OpenGL .. what was the name Ant? > > On Thu, Nov 5, 2015 at 6:09 PM, Curtis

[osg-users] Add loaded model to a Camera Manipulator

2015-11-05 Thread James Nute
Hi, I'm trying to create a camera manipulator that looks like I am driving a model around from the inside. So far I have tried adding the node to a the camera manipulator as well as the camera itself as a child. I even added the loaded model to a PositionAttitudeTransform node and then adding

[osg-users] osgviewerCocoa build error with clang 7.0.0

2015-11-05 Thread Ravi Mathur
Hi all, The osgviewerCocoa example gives the following error during build: Code: ViewerCocoa.mm:176:9: error: cast from pointer to smaller type 'NSOpenGLPixelFormatAttribute' (aka 'unsigned int') loses information (NSOpenGLPixelFormatAttribute)nil ^~ This occurs on

Re: [osg-users] status of git mirror

2015-11-05 Thread Robert Osfield
Hi Jannik, On 5 November 2015 at 13:47, Jannik Heller wrote: > Hi, > > I noticed that the git mirror at https://github.com/openscenegraph/osg > hasn't been updated in a few weeks. It's still at r15151 while the svn is > at r15172. Is there a problem? > > I found the

[osg-users] status of git mirror

2015-11-05 Thread Jannik Heller
Hi, I noticed that the git mirror at https://github.com/openscenegraph/osg hasn't been updated in a few weeks. It's still at r15151 while the svn is at r15172. Is there a problem? I found the mirror really useful for looking at changes, as well I used git to prepare all my patches, so