Re: [osg-users] A few questions on GraphicsWindowEmbedded

2012-02-28 Thread Preet
Hi Robert, Thanks for the thorough response. Simply put, QtQuick is a different way to build up GUIs. It uses a hybrid CSS/JS language called QML to design a UI instead of the widget / forms approach that GUI toolkits usually employ. It is geared specially towards mobile and tablet devices. I'm w

Re: [osg-users] A few questions on GraphicsWindowEmbedded

2012-02-28 Thread Robert Osfield
Hi Preet, On 28 February 2012 09:16, Preet wrote: > * What do the parameters passed to the > osgViewer::GraphicsWindowEmbedded constructor (x,y,w,h) actually do? I > played around with the values and it had no visible effect on my > displayed result They tell the GraphicsWidnowEmedded object whe

[osg-users] A few questions on GraphicsWindowEmbedded

2012-02-28 Thread Preet
Hiya, I was able to display osg content on Qt's Declarative interface (QtQuick, QML, etc) using the osg::GraphicsWindowEmbedded class. I followed the examples for the FLTK and GLUT toolkits to get this (sort of) working. There are a few of things I don't understand, and would appreciate some clari