Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: Subwindows in MFC, OpenGL

  1. #1
    Junior Member Newbie
    Join Date
    May 2001
    Posts
    2

    Subwindows in MFC, OpenGL

    Hi,
    I use MFC and want to create a document-window with many Subwindows, and OpenGL scenes rendered in each one of them. Anyone knows how to do this or where to get information about it?
    Thanks/Jo

  2. #2
    Intern Newbie
    Join Date
    May 2001
    Posts
    41

    Re: Subwindows in MFC, OpenGL

    Is a MDI application?

    What do you need know?

    If the problem is have a lot OpenGL context, you must set the current context before begin to draw on the specific window.

  3. #3
    Intern Newbie
    Join Date
    Jul 2002
    Location
    Toulouse, France
    Posts
    43

    Re: Subwindows in MFC, OpenGL

    I think this is what you want.

    Joe Houston, Creating 3D Tools with MFC.
    http://www.gamedev.net/reference/pro...eatures/3dmfc/

    This is an excellent tutorial on the use of OpenGL and MFC Splitter Windows.

    Joel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •