-
增加的典型方法
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
-
学习如何映射有很多好处。我们说你想要一个导弹…
光照和键盘控制:
添加光照和键盘控制,它让程序看起来更美观。
-Learning how to texture map has many benefits. Lets say you wanted a missile to fly across the screen. Up until this tutorial we d probably make the entire missile out of polygons, and fancy colors. With texture mapping, you can take a real picture of a missile and make the picture fly across the screen. Which do you think will look better? A photograph or an object made up of triangles and squares? By using texture mapping, not only will it look better, but your program will run faster. The texture mapped missile would only be one quad moving across the screen. A missile made out of polygons could be made up of hundreds or thousands of polygons. The single texture mapped quad will use alot less processing power.
- 2022-05-15 07:48:56下载
- 积分:1
-
Visual C++ 高级编程技术OpenGL篇 》程序源代码5613879
Visual C++ 高级编程技术OpenGL篇 》程序源代码5613879-Visual C programming OpenGL chapter "source code 5613879
- 2022-01-21 22:28:01下载
- 积分:1
-
这是在OPENGL下开发的一款游戏源代码,效果很好。
这是在OPENGL下开发的一款游戏源代码,效果很好。-This is developed under OPENGL a game source code, very good.
- 2023-06-28 19:30:04下载
- 积分:1
-
merhaba dünya
- 2022-03-25 12:40:05下载
- 积分:1
-
虚拟现实技术――vegaPrime1.2中文教程
虚拟现实技术――vegaPrime1.2中文教程-Virtual Reality Technology- vegaPrime1 .2 English Tutorial
- 2022-06-16 22:18:48下载
- 积分:1
-
opengl的宝典
opengl的宝典-opengl
- 2022-05-24 08:32:30下载
- 积分:1
-
VC+OpenGl,粒子系统编程多例
VC+OpenGl,粒子系统编程多例 -VC OpenGl, particle system programming and more cases
- 2022-01-26 07:24:50下载
- 积分:1
-
OpenGL samples
openGl 例 源自OpenGL 应用程序开发。-OpenGL samples-3
- 2022-02-13 22:20:13下载
- 积分:1
-
一个基于OpenGL的三维漫游程序,希望对大家有帮助
一个基于OpenGL的三维漫游程序,希望对大家有帮助-OpenGL-based three-dimensional roaming procedure, in the hope that everyone has to help
- 2023-05-11 07:05:03下载
- 积分:1