Saturday, February 20, 2021

OSGViewer in MFC/SDI app

OSGViewer in MFC/SDI app

  1. How to add a child window in a MFC SDI application that can have a osgviewer
  2. I am developing an MFC SDI application. The main view has three Edit boxes for user input for x, y and radius. The application is supposed to get these data and draw a Sphere in OSG viewer. As OSG Viewer grabs full window, I am planning to add a child window that can have OSG viewer. Please advise. How to add a child window in a MFC SDI application that can have a osgviewer?

    Is there any better approach to solve this task other than adding a child window?

  3. The OpenSceneGraph Project Website
  4. The OpenSceneGraph is an open source high performance 3D graphics toolkit, used by application developers in fields such as visual simulation, games, virtual reality, scientific visualization and modelling. Written entirely in Standard C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems. The OpenSceneGraph is now well established as the world leading scene graph technology, used widely in the vis-sim, space, scientific, oil-gas, games and virtual reality industries.

No comments:

Post a Comment