In mainWindow I want to display a online map (such as maps.google.com), and
over the map i want to display the 3-D osg model.

how to design these classes? Is that following architecture reasonable?

class MyMapAndOsgQWidget: public QWidget{
  class MapWidget : public QWidget{
       class MyOsgWidget : public QWidget{}
  }
}

are there any good advice?

peng
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to