▍1. a plug
一个支持OpenGL的插件视图类(98KB)-a plug-in support OpenGL View category (KB)
一个支持OpenGL的插件视图类(98KB)-a plug-in support OpenGL View category (KB)
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
五种正多面体-柏拉图的演示,是用MFC与openGL结合在visual c++环境下编译的。-Five regular polyhedron- Plato
VisualC高级编程技术,关于OpenGL的-VisualC advanced programming technology, OpenGL about the
应用背景opengl结合c#开发的入门程序,简单实现了立体图形绘制及旋转,.net 平台下使用opengl库例子。代码简单易懂且完整。经过测试能够成功运行,是一个新手学习纹理贴图的好例子。 关键技术Nehegl类库、opengl 结合VS2008 代码简单;思路明晰 csgl类库应用、纹理及绘图技术;opengl结合c#
资源描述opengl import a 3d model. 而且显示在界面上,适用于初学者
mfc开发的OpenGL单文本视图框架,方便进行二次开发!-mfc development of the OpenGL version View single framework to facilitate the development of secondary!
一个模拟太阳、地球、月球的动画-a simulated sun, the earth, moon animation
几个非常经典的OPENGL的程序-several very classic OpenGL procedures
用VC+OpenGL实现三维管线的全部源码,与国内著名三维软件-灵图软件的地下管线显示效果一样,2005年后灵图开发的怎样我就不知道了,呵呵。可以用鼠标左右键,上下左右键,Insert,Delete,Home,End键实现三维实时动态漫游。动态链接库读取平面管线DXF数据格式,也有源码。-with opengl 3d pipe sourcecode,
国外相当流行的opengl红皮书-very popular abroad opengl Red Book
OpenGL初级学习的经典例程,实现了模板缓存效果。有助于理解模板缓存功能。-OpenGL junior studying classical routines to achieve a template cache effect. Templates help to understand cache function.
C++开发的五子棋,实现人机。当然问题还有很多,为了积分,为了完成者里50个字,只能多写东西了。 适合新手的资料。欢迎下载。
鼠标可以平移物体,右键旋转菜单,完美解决屏幕坐标到三维坐标的转换
使用MFC OPENGL 做的OCTREE 使用例程,讲明了如何用OCTEE显示裁剪的过程-MFC OPENGL make use of the routine use of OCTREE, explain how to use OCTEE shows the process of cutting
老师上课的教学例子 本例展示了D3D9.0中实现环境映射的方法。 本例运行的软硬件环境: Visual C++ 7.0 Direct3D 9.0 盛崇山版权所有。 Email: AntSamCGD@hotmail.com, shengchongshan@cad.zju.edu.cn Homepage: http://antsam.blogone.net
一个飞机射击游戏的源码,采用opengl库函数射击,3D模型采用3ds软件生成 -A plane shooting game of the source, using opengl library function shooting, 3D model generation software used 3ds
将3ds房屋模型导入vs2010中,代码完整可用。代码中有一个头文件和一个CPP文件CLoad3DS.cpp、CLoad3DS.h,不需要管这个两个文件里面具体复杂的操作是啥,直接当成库就可以了,然后写上头文件和3d模型的定义并进行初始化,最后在绘制函数里面用changeObject 导入之前设置好的参数,再用drawModel函数(在CLoad3DS定义好了的全局函数) 绘制。