-
OpenGL integration painted teapot
OpenGL融合画茶壶-OpenGL integration painted teapot
- 2022-08-11 23:08:16下载
- 积分:1
-
STL文件Opengl显示(C++)
STL文件解释,并用OpenGL显示三维效果, VC++ 6.0 编译环境,亲测可用
- 2022-07-12 01:19:13下载
- 积分:1
-
DXFramework--不错游戏开发引擎平台。OpenGL方面的东东。详细情况看里面说明。...
DXFramework--不错游戏开发引擎平台。OpenGL方面的东东。详细情况看里面说明。-DXFramework-- good platform game development engine. The OpenGL Wanton. See details of the note inside.
- 2022-10-31 17:30:04下载
- 积分:1
-
利用所学的计算机图形学的知识编制的三维物体之三棱锥图形,其中利用的是VC和OPENGL的结合在OPENGL编程下完成的,具有非常好的参考价值...
利用所学的计算机图形学的知识编制的三维物体之三棱锥图形,其中利用的是VC和OPENGL的结合在OPENGL编程下完成的,具有非常好的参考价值-use their knowledge of computer graphics prepared by the three-dimensional objects ter pyramid graphics, which use the VC and the integration of the OpenGL programming OpenGL completed, with a very good reference value
- 2023-02-10 00:10:04下载
- 积分:1
-
使用OpenGL编程,模拟炸弹爆炸的烟雾
采用opengl编程,模拟炸弹爆炸后的烟雾-using opengl programming, simulated bomb explosion smoke
- 2022-01-25 19:03:24下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-05-07 02:32:46下载
- 积分:1
-
OPENGL的Text显示类.
win32平台.
OPENGL的Text显示类.
win32平台.-OPENGL display the Text category. Win32 platform.
- 2022-04-09 16:46:14下载
- 积分:1
-
opengl模拟战斗机飞行及作战
从C++,opengl开发的飞机动态飞行和漫游地形,以及发射导弹,射击目标的游戏仿真程序。画面逼真,效果Good,鼠标按下可以控制飞行姿态和反射导弹。参考价值很高!推荐!
- 2022-03-07 11:29:31下载
- 积分:1
-
This is the MFC Nehe OpenGL demo code
这是Nehe的MFC的OpenGL代码演示-This is the MFC Nehe OpenGL demo code
- 2023-04-26 04:25: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