-
初学OPENGL的一个很好的框架,可自行在相应地方添加所需的代码。...
初学OPENGL的一个很好的框架,可自行在相应地方添加所需的代码。-OPENGL beginner a very good framework, can add their own place in the corresponding code requirements.
- 2022-05-31 03:29:27下载
- 积分:1
-
how to get the object s skeletion!
how to get the object s skeletion!
- 2022-04-08 10:45:08下载
- 积分:1
-
Development environment for the VC, combined with OpenGL, the realization of a m...
开发环境为VC,结合OpenGL,实现了在鼠标拖动情况下的虚拟漫游。程序有代码注释。-Development environment for the VC, combined with OpenGL, the realization of a mouse drag in the case of virtual roaming. Procedure code Notes.
- 2022-01-27 17:06:37下载
- 积分:1
-
应用cb学习OPENgl编程,这是例子5
应用cb学习OPENgl编程,这是例子5-Cb learning OPENGL application programming, this is the example of 5
- 2022-11-19 09:20:03下载
- 积分:1
-
OpenGL development of the game reversi reference to the others to conduct furthe...
OPENGL开发的黑白棋游戏,参考了他人程序进行进一步开发的成果-OpenGL development of the game reversi reference to the others to conduct further proceedings in the fruits of development
- 2022-09-29 05:50:04下载
- 积分:1
-
opgl模拟机器人手臂,一个很好的例子,适合初学者学习!~
opgl模拟机器人手臂,一个很好的例子,适合初学者学习!~-opgl simulated robot arm, a good example for beginners learning! ~
- 2022-05-15 23:20:13下载
- 积分:1
-
opengl的一个源代码,可旋转
opengl的一个源代码,可旋转-opengl of a source code can be rotated
- 2023-07-13 04:45:03下载
- 积分:1
-
Creator of Virtual Reality Modeling Tutorial part3
虚拟现实技术Creator建模教程part3-Creator of Virtual Reality Modeling Tutorial part3
- 2022-01-26 06:41:55下载
- 积分:1
-
openGL based on octree graphics programming, computer graphics work
openGL 基于八叉树的图形编程,计算机图形学作业-openGL based on octree graphics programming, computer graphics work
- 2022-12-28 05:55: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