View Full Version : Creating a few OpenGL windows in win 32 api
real_crusader
03-20-2003, 06:01 AM
Peoooooople!!!
Help me!
How to crete a few OpenGL windows in a main window?
nexusone
03-20-2003, 07:41 AM
Are you talking about windows or just views in a window?
If you are talking about multiple sub windows inside a window, it is not a openGL issue.
This site has openGL examples used within the windows API, and information on it.
http://www.cornflakezone.com/
If you want multiple view in a single window, there is a post right now on that issue and was just answered.
Originally posted by real_crusader:
Peoooooople!!!
Help me!
How to crete a few OpenGL windows in a main window?
[This message has been edited by nexusone (edited 03-20-2003).]
real_crusader
03-20-2003, 07:48 AM
Can you give me full url, i can't find this example.
nexusone
03-20-2003, 10:14 AM
He website format has changed since I was last on it. So take some time to read look around it should be under the openGL demo or examples. It was a 3D editing program that he was working on.
http://www.cornflakezone.com/
Originally posted by real_crusader:
Can you give me full url, i can't find this example.
real_crusader
03-24-2003, 02:31 AM
I find it, but link do't working? http://www.cornflakezone.com/cornflakezo...glm.zip&iid=110 (http://www.cornflakezone.com/cornflakezone/download.php?did=http://www.cs.huji.ac.il/~civax/oglm.zip&iid=110)
acerb
03-24-2003, 10:37 PM
You can use glut and create some glutCreateSubWindow(_).
It works great as I tried it ^^.
glut doc isn't hard to find...
acerb
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.