Tirion

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  27 随笔 :: 0 文章 :: 62 评论 :: 4 引用

公告

2004年8月16日 #

最近在做一些MFC & OpenGL的行当,找了一些资料,顺手把连接整理一下,以备后用
  1. a collection of opengl app with mfc
    http://www.mfcogl.com/
  2. Generating Random Fractal Terrain :
    http://www.gameprogrammer.com/fractal.html
  3. Starting OpenGL in a Dialog:
    http://codeguru.earthweb.com/opengl/texture_mapping.shtml
  4. Starting Rendering Modes,a MDI splitter window example.
    http://www.codeguru.com/opengl/start.shtml
  5. How to snap an OpenGL client and send it to the clipboard,
    http://codeguru.earthweb.com/opengl/snap.shtml
  6. A small VRML viewer using OpenGL and MFC  :
    http://www.codeproject.com/opengl/wrl_viewer.asp
  7. OpenGLSample.zip,This rather large and impressive MFC contribution demonstrates, multiple OpenGL views, rubber banding, color ramp, mouse trackball type control, OpenGL printing, etc., in a MFC MDI and SDI framework.  This was built with VC++ 6.0 (SP5).
    http://www.8ung.at/kotyczka/opengl_en.html
    http://www.virtue.nu/kotyczka/opengl_en.html
  8. OpenGL Newsgroup’s FAQ by Paul Martz.
    http://www.frii.com/~martz/oglfaq
  9.  A example by Brian Bailey,demonstrates OpenGL in a CStatic form control
    ftp://ftp.frii.com/pub/martz/outgoing/GlView.zip
  10. Frans "Otis" Bouma, DemoGL. Although you won't find any MFC code at the DemoGL site, this is a professional site with excellent OpenGL & Win32 techniques and source code that can be adapted to MFC.
    http://www.demogl.com
  11. Achieving PostScript and Wmf outputs for OpenGL.This is a great example of printing MFC OpenGL scenes.
    http://www.codeproject.com/useritems/glexport.asp
  12. Creating 3D Tools with MFC. This is an excellent tutorial on the use of OpenGL and MFC Splitter Windows.
    http://www.gamedev.net/reference/programming/features/3dmfc/
  13. MFC Doc/View architecturemultithreaded OpenGL drawing view classes.  MTOpenGLView and STOpenGLView are free, MFC view classes from the Doc/View architecture that implement a common interface for OpenGL rendering. MTOpenGLView implements multithreaded OpenGL drawing.
    http://mkennedy.101main.com/software/OpenGLandCPP.asp
  14. A class to easily generate AVI video. Application to OpenGL.
    http://www.codeproject.com/useritems/avigenerator.asp
  15. Steve White's OpenGL page.Steve has created his own version of Windows Classes and has some excellent OpenGL examples.
    http://www.barkbark.demon.co.uk
  16. Wojciech Weyna 'Voytec', Using OpenGL with MS Windows,Advanced MFC MDI topics.
    http://shiptech.tuniv.szczecin.pl/~weyna/OpenGL/
  17. The OpenGL web site
    http://appsrv.cse.cuhk.edu.hk/~csc3550/link/gl_link.html


相关的库:
ClassGL Library 

The ClassGL Library is a collection of classes for Microsoft Windows XP/2000/NT/98/95 3D/2D graphics applications development, with using the OpenGL and MFC. The ClassGL Library provides data model independent C++ classes for easy navigation in 3D/2D space, objects selection, editing, allows printing with OpenGL, reading/writing GIF, JPEG, BMP and TGA raster images files using memory formats directly usable by the OpenGL API functions.

The ClassGL Library can be used without MFC also.

posted @ 2004-08-16 15:18 Findekano 阅读(4200) 评论(3) 编辑