CodeGuru
Earthweb Search
Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

follow us on Twitter

Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

Become a Marketplace Partner

jobs.internet.com

internet.commerce
Partners & Affiliates
















Home >> Visual C++ / C++ >> Graphics & Multimedia >> OpenGL


OpenGL enabled view for MDI
Rating:

Alessandro Falappa (view profile)
August 8, 1998


(continued)



Introduction

CGEnabledView is a view class designed to wrap all OpenGL stuff (initialization, managing of Rendering Contexts and palettes, destruction, etc.) allowing the creation of multiple views in a MDI application.
CGEnabledView also offers these services:

  • a function to get various information about OpenGL implementation.
  • manages internally the creation of up to 20 stock display list and offers a basic interface for display list creation, execution and deletion (this function has been surpassed by CGLDispList child class,see below).
  • let you choose a mouse cursor to use inside the views.

Three child classes offer an object oriented interface to OpenGL tessellation routines, quadrics objects and display lists:

  1. CGLDispList: let you manage display lists individually.
  2. CGLTesselator: let you create tesselator objects by which draw non simple polygons (that is convex or self intersecting ones).
  3. CGLQuadric: let you draw spheres, cylinders and disks specifying draw style, textures coordinates generation, normals generation and orientation.

Basic Use

The minimal setup to start experimenting OpenGL drawing is as follows:

  1. Use AppWizard to geneate an MDI project.
  2. Substitute CView with CGLEnabledView in [YourProject]View.cpp and [YourProject]View.h.
  3. Use ClassWizard to remove the OnDraw and PreCreateWindow functions (delete the bodies too).
  4. Override the VideoMode function if you would like to set the number of colors, the accuracy of the Z-buffer (note that some accelerated video cards don't support 32 bit accurate z-buffer) and activation of double-buffer.
  5. Override the OnDrawGL function and issue some GL commands.
  6. If you must issue GL commands outside overridable functions (e.g. in menu handlers) enclose them in a BeginGLCommands(), EndGLCommands() pair.
Remember to link OpenGL libraries (look at the beginning of GLEnabledView.cpp for explanations). Other details are in the sample project and in the source (wich should be well commented).

Notes

Since it's not adviseable to mix Windows GDI and OpenGL drawing commands some WM message handlers have been made private, use the supplied overridable virtual functions instead (OnDrawGL,OnSizeGL and OnCreateGL).

Download demo project - 133KB

Download source - 13KB

Date Posted: ??/??/98

Tools:
Add www.codeguru.com to your favorites
Add www.codeguru.com to your browser search box
IE 7 | Firefox 2.0 | Firefox 1.5.x
Receive news via our XML/RSS feed







RATE THIS ARTICLE:   Excellent  Very Good  Average  Below Average  Poor  

(You must be signed in to rank an article. Not a member? Click here to register)

Latest Comments:
How to use OpenGL in MFC? - Legacy CodeGuru (11/26/2002)
How to distribute opengl software ? - Legacy CodeGuru (11/16/2002)
Good, but u can fix aspect ratio in this way... - Legacy CodeGuru (10/06/2002)
Great!! - Legacy CodeGuru (09/02/2002)
OpenGL in a scrollview - Legacy CodeGuru (05/23/2002)

View All Comments
Add a Comment:
Title:
Comment:
Pre-Formatted: Check this if you want the text to display with the formatting as typed (good for source code)



(You must be signed in to comment on an article. Not a member? Click here to register)

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Whitepapers and eBooks

Intel Whitepaper: Comparing Two- and Four-Socket Platforms for Server Virtualization
IBM Solutions Brief: Go Green With IBM System xTM And Intel
HP eBook: Simplifying SQL Server Management
IBM Contest: Are You the Next Superstar? Join the "Search for the XML Superstar" Contest to Find Out
Microsoft PDF: Top 10 Reasons to Move to Server Virtualization with Hyper-V
Microsoft PDF: Six Reasons Why Microsoft's Hyper-V Will Overtake Vmware
Microsoft Step-by-Step Guide: Hyper-V and Failover Clustering
Intel PDF: Quad-Core Impacts More Than the Data Center
Intel PDF: Virtualization Delivers Data Center Efficiency
Go Parallel Article: PDC 2008 in Review
Microsoft PDF: Top 11 Reasons to Upgrade to Windows Server 2008
Avaya Article: Communication-Enabled Mashups: Empowering Both Business Owners and IT
Intel Whitepaper: Building a Real-World Model to Assess Virtualization Platforms
  PDF: Intel Centrino Duo Processor Technology with Intel Core2 Duo Processor
Microsoft Article: Build and Run Virtual Machines with Hyper-V Server 2008
Go Parallel Article: Q&A with a TBB Junkie
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Internet.com eBook: Real Life Rails
IBM eBook: The Pros and Cons of Outsourcing
Internet.com eBook: Best Practices for Developing a Web Site
IBM CXO Whitepaper: The 2008 Global CEO Study "The Enterprise of the Future"
Avaya Article: Call Control XML in Action - A CCXML Auto Attendant
IBM CXO Whitepaper: Unlocking the DNA of the Adaptable Workforce--The Global Human Capital Study 2008
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
HP eBook: Guide to Storage Networking
MORE WHITEPAPERS, EBOOKS, AND ARTICLES