-
今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。...
今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。-today was based MFC dialog OpenGL categories : COpenGL, in the dialog box procedure can use OpenGL, and provided a full-screen and full-screen-two conversion functions, easy to use, fast.
- 2023-07-17 08:20:04下载
- 积分:1
-
用billboard技术画的一个火焰,可以在场景中漫游,绕着火堆转...
用billboard技术画的一个火焰,可以在场景中漫游,绕着火堆转-billboard with a painting technique flame can roam the scene, she then turn around
- 2022-03-25 09:43:03下载
- 积分:1
-
这是使用OpenGL的利用Visual 源代码C++
这是使用OpenGL的利用Visual 源代码C++这段代码2形状补间之间。第一形状为T字母,而另一个是房屋形状。
- 2022-03-24 00:46:41下载
- 积分:1
-
在 opengl 中的数独
在 opengl 中的数独
电枢项目类
- 2022-03-20 06:51:44下载
- 积分:1
-
openGL实现橡皮筋技术,可以通过菜单绘制折线或矩形
openGL实现橡皮筋技术,可以通过菜单绘制折线或矩形,鼠标右键选择绘制折线或矩形,选定后用鼠标左键进行绘制
- 2022-01-26 06:01:22下载
- 积分:1
-
VC++和OPENGL解决了OPENGL的打印及打印预览代码详尽
VC++和OPENGL解决了OPENGL的打印及打印预览代码详尽-VC and OpenGL solve the OpenGL Print and Print Preview detailed code
- 2022-03-24 07:54:36下载
- 积分:1
-
一个简单的方块翻滚的openGL VC++源代码。
一个简单的方块翻滚的openGL VC++源代码。-a simple box to roll openGL VC source.
- 2022-05-15 02:14:25下载
- 积分:1
-
该程序,用来控制摄像头,对摄像头进行设置等等。
该程序,用来控制摄像头,对摄像头进行设置等等。-The procedures used to control the camera, set on the camera and so on.
- 2022-05-26 11:58:40下载
- 积分:1
-
这是一个用vc+OpenGL做的简单的骨骼动画的例子
这是一个用vc+OpenGL做的简单的骨骼动画的例子-vc OpenGL do with the simple skeletal animation example
- 2022-02-01 22:53:11下载
- 积分: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