Re: 3D Graphics in MFC
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
If you want to do this from inside a 3D space, one starting point might be
http://support.microsoft.com/kb/127071
I've been using OpenGL with MFC for years without problems.
The harder part will be learning the necessary OpenGL. To hit the ground
running, a good start is
http://nehe.gamedev.net/
-JJ
I want to draw some simple 3D graphics in a MFC SDI Application. The
graphics consist of a cylinder, which may have multiple radius, and on
that
cylinder I want to draw Text and if possible also bitmap images.
I have not done anything like this before so please recommend how to
proceed...
.
Relevant Pages
- Re: 3D Graphics in MFC
... You could use OpenGL, or Direct3D. ... It depends on what you mean by "cylinder"; for example if all you need is a cylindrical ... I want to draw some simple 3D graphics in a MFC SDI Application. ... (microsoft.public.vc.mfc) - Re: Problem with a simple wrapping of a simple image map...
... Aletrnatively you coul make a cylindrical UV-map and openGL can show ... In either case the render will be as it should be! ... I have this odd issue with wrapping an image map around a column. ... correct dimensions to wrap around a cylinder of 20m high and 2m in radius. ... (comp.graphics.apps.lightwave) - MFC and OpenGL
... hopefully someone here's familiar with using openGL with MFC ... have several modeless dialogs box's on the screen, ... contain an openGL window. ... (microsoft.public.vc.mfc) - Re: New sample codes, building CGameMain class - Game programming
... Stupid spammer as well - this is OpenGL, not Direct3D. ... Hi, Even if microsoft did it in MFC, ... (comp.graphics.api.opengl) - Re: MFC Application startup routine
... Win32 API calls might be hard-pressed to distinguish an MFC startup from any other Win32 ... However, in doing OpenGL in MFC, the order in which you do the OpenGL calls might be what ... (microsoft.public.vc.mfc) |
|