搜索资源列表
libgc6
- LibUFO 是一个平台独立的直接用C++设计的OpenGL GUI。它有标准的窗口组件,如按钮、标签、菜单、和内部帧控件。-LibUFO is a platform-independent C direct OpenGL GUI design. It is the standard window components, such as buttons, labels, menus, frames and internal controls.
CAD_Book_CD
- 王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development techn
MapMaker
- “虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM(数字高程模型)数据,建立格网模型、再根据光照强度、高程值及有关数据建立数学模型,生成晕渲,再将它投影到平面上,达到模拟现实地貌起伏的效果。 本系统采用XP风格界面,清新自然。它具有透射/正射投影切换、漫游、缩放功能。支持分层晕渲、比高设定、平移、旋转、翻滚、视野调节、雾化、纹理贴图(显示/隐藏)等诸多功能,单幅、1MB大小的DEM数据生
CameraMap
- 利用OpenGL函数库,在C++Builder环境下实现三位地形的仿真显示,实现了对地图的放大,缩小,旋转,移动等操作,对不同的高程使用不同的颜色加以标记没,并增加了光照效果,使显示更逼真!-use OpenGL libraries, the C Builder environment under three terrain simulation showed that the realization of the right of the map to zoom, rotate, such a
A03_OpenGL的组合图形
- 初学者适合用,教你如何用VC和OPENGL环境做图形-suitable for beginners and teach you how to use Visual C + + and OpenGL graphics environment as
nehe_mfc_opengl_appwizard_vc6
- Now in MS Visual C++ click on \"File\" then \"New...\", make sure you are on your \"Projects\" tab. You should now see an entry labeled as \"NeHe OpenGL Wizard\" in the list of projects. Click on the one you would like to create, give it a pro
mkOpenGLJPEGImageSDK
- 一个C++的类,用来存储opengl屏幕画面为JPEG,以及读取BMP、JPEG图片作为纹理,用法简单只要3行代码。-a Class C, used to store opengl screen for JPEG images, and to read BMP, JPEG as texture, use simple as three lines of code.
PrintGL_Fietiger
- 说明: GL Print.rar是一个比较常见的OpenGL的打印代码,在CodeGuru上有的,我在它的基础上面做了一点点改动,就是将CGLobj当成了View的一个成员,原来他们之间存在继承关系.效果相同. Ch4.rar是一本书上面的一个原码,没有打印功能.但是他设计的类比较好(个人观点)所有的绘制功能是在COpenGLDC里完成的,而视图的投影视口的变换等是由一个照相机类完成的,以至于我现在还不知道怎么回事,只管用就是了. NewGL.rar 的我结合上面两者改写
SimuCenter1
- SimuCenter是基于C++和OpenGL技术的仿真软件系统,采用前卫的模块组态方式编辑文档,在您的轻松点击之中,便可实现复杂系统的逼真仿真。该系统目前主要用于控制领域,可用于工业生产,航空,航海,天体运行等系统的仿真,也可作为CAI教学软件使用。 -SimuCenter is based on the C and OpenGL technology system simulation software, using cutting-edge module configuration t
MutiWindow
- 本程序在Visual C++环境下,以4个OpenGL窗口为例,介绍多个OpenGL窗口的实现,在此框架的基础上,可以实现类似3DSMax多视角3D软件编程。实现了三维物体的多窗口显示、移动、旋转级缩放,按住Ctrl或Shift键,拖动鼠标实现不同的操作。是OpenGL编程一个很好的初始平台。-this program in Visual C environment to four OpenGL window as an example. It features OpenGL window ac
c++32
- 各种C++示例,学习Opengl等的好帮手-various examples, such as learning Opengl a good helper
cgprojectFinalFinal
- CG做的迷宫游戏,可以用键盘转变视角等. You can enter: w for up to see the sence x for down to see the sence a for seeing left side of the sence d for seeing right side of the sence z for zooming the sence c for shuming the sence s for chan
anytex_demo_src
- anytex_demo_src.zip anyTex - a class for non-restrictive textures in OpenGL anyTex is a class allowing you to load a bitmap of a given color depth from a file and think of it as texture with no restrictions (of course, limited by the computer res
test11
- Well greetings all. For those of you that want to see what we are doing here, you can check it out at the end of my demo/hack Worthless! I am bosco and I will do my best to teach you guys how to do the animated, sine-wave picture. This tutorial is ba
使用OpenGL完成的三维几何零件图形
- 使用OPenGL完成的三维几何零件图形,软件开发语言为C++,对于机械设计人员很有帮助。-completed using OpenGL 3D geometric parts graphics, software development languages as C + +, for mechanical design staff helpful.
用Visual C++ 6实现OpenGL编程
- 用Visual C++ 6实现OpenGL编程,有详细的说明,只要学过就能看懂。-Visual C 6 achieve OpenGL programming, a detailed descr iption, as long as could be read to learn.
MyTemplate
- 是一个MFC+OPENGL的程序框架,实现了物体的缩放、平移缩放、旋转、改变光照和材质、以及动画效果。对于初学者非常有用!-Is a MFC+ OPENGL the procedural framework to achieve the objects of the zoom, pan zoom, rotate, change the light and texture, as well as animation effects. Very useful for beginners!
font
- 使用openGL显示基本的汉字。而且使用了类似C++流的封装方式。-Show basic Chinese using openGL. And us encapsulation as C++ stream.
zhuoqiu
- 一款用opengl写的桌球游戏,很有趣的,可以实现桌球的移动,还有场景的绘制-Written in a billiard game with opengl, very interesting, can achieve the movement of table tennis, as well as rendering the scene
Visual.C.OpenGL.ApplicationDevelopment
- OpenGL编程应用实例,里面有图形动画,还有源代码。学习OpenGL必备。-OpenGL programming examples, there are graphic animation, as well as source code. Essential to learn OpenGL.