-
利用MFC开发的OpenGL开发包!
利用MFC开发的OpenGL开发包!-the developing packed is developed by MFC.
- 2022-02-15 10:59:25下载
- 积分:1
-
OpenGL编程指南前5章部分实例代码
OpenGL编程指南前5章部分实例代码,包括:
1、双缓冲程序 double.c
2、 直线点画模式 lines.c
3、标记多边形边界边,绘制一个凹多边形 concavePoly
4、创建一个20面体,并近似模拟球体
5、变换立方体
6、行星系统
7、平滑着色的三角形
8、 不同材质和光照
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-24 20:50:05下载
- 积分:1
-
opengl 太阳地球月球系统
利用opengl制作太阳地球月球三者绕行,地球绕太阳运动,月球绕地球运动
- 2023-05-08 11:15:08下载
- 积分:1
-
2048+OpenGL 游戏源码
使用C语言写的2048小游戏,绘图使用了OpenGL图形接口,VC环境下开发,有C语言基础的都能够整明白,可以作为学习之用,欢迎下载。
- 2022-02-21 03:46:51下载
- 积分:1
-
VC实现的非常漂亮的工作界面,支持换皮肤,有一定的参考意义...
VC实现的非常漂亮的工作界面,支持换皮肤,有一定的参考意义-VC very nice job interface, support for the skin, a certain reference
- 2023-03-30 00:00:04下载
- 积分:1
-
使用Vb生成地图,调用opengl观察3D效果,内部带有几个已经生成好的例子....
使用Vb生成地图,调用opengl观察3D效果,内部带有几个已经生成好的例子.-use Vb generated maps, called opengl observation 3D effect, with several internal generation has been good example.
- 2022-07-28 10:42:47下载
- 积分:1
-
用vc++和opengl开发实现的反走样程序,用两个移动的物体来演示...
用vc++和opengl开发实现的反走样程序,用两个移动的物体来演示-with vc and borders to achieve the anti-aliasing procedures, the use of two mobile objects to demonstration
- 2023-04-12 15:50:04下载
- 积分:1
-
一个用opengl直接导入3ds的程序,可以正常运行
一个用opengl直接导入3ds的程序,可以正常运行-A use opengl directly into 3ds procedures, normal operation can
- 2022-05-31 15:26:25下载
- 积分:1
-
vc++中opengL中很不错的参考文件,值得一看
vc++中opengL中很不错的参考文件,值得一看-vc++ in opengl a very good reference document, worth a visit
- 2022-11-05 01:20:03下载
- 积分:1
-
增加的典型方法
The typical approach to adding in-game media such as movies and television has been to cycle through a series of textures. In order to play even a short show meant that a lot of texture swapping and memory had to be used, so the idea was to replace this method with a MPEG decoder and display each pixel as a polygon. I believe this is the first example of this method for two main reasons, firstly it takes a lot of processing to read the frames and display the large number of polygons but this is no longer a problem with the latest video cards, and secondly, it is no picnic writing a MPEG decoder. Fortunately I didn t have to write the MPEG decoder, I have used and modified the freely available source code ported to Win32 by Thanassis Tsiodras which was originally released by the University of California in 1992, back when there was a greater open source ethic.
- 2023-01-19 08:00:04下载
- 积分:1