-
Qt opengl绘制3D场景旋转
文件内容为qt实现3d场景,接口是opengl es解析obj模型数据,张贴纹理实现房子外观更加逼真,通过键盘可以操作整个场景的方向远近。
- 2022-08-17 07:28:14下载
- 积分:1
-
通过利用OpenGL实现规则运动的物体,在这种情况下…
通过利用OpenGL来实现一个物体的规则运动,本例是让一小球实现正弦曲线的运动。-Through the use of OpenGL to achieve a regular motion of an object, in this case is to make a sine wave curve the ball movement.
- 2022-05-25 06:04:08下载
- 积分:1
-
OpenGL light examples source codes
OpenGL light examples source codes
- 2022-03-17 16:06:02下载
- 积分:1
-
用opengl和VC++实现的雪花的下落过程
用opengl和VC++实现的雪花的下落过程-Use opengl and VC to achieve the whereabouts of the process of snow
- 2022-01-30 14:55:44下载
- 积分:1
-
OpenGL中实现了物体在墙壁和其他物体上产生影子的效果
OpenGL中实现了物体在墙壁和其他物体上产生影子的效果-OpenGL to achieve the objects in the walls and other objects to produce a shadow effect
- 2022-02-10 11:40:09下载
- 积分:1
-
similar brush graphics control over source code for the perfect small graphics s...
类似画笔的绘图控件源代码 较完善的小型图形系统 分形图像制作器源代码-similar brush graphics control over source code for the perfect small graphics system fractal images produced for the source code
- 2022-11-18 23:45:03下载
- 积分:1
-
C#的OpenGL编程。本例展示了如何在C#中调用API。本程序显示了一对旋转的彩色的四面体...
C#的OpenGL编程。本例展示了如何在C#中调用API。本程序显示了一对旋转的彩色的四面体-C# OpenGL programming. This example demonstrates how the C# API call. This procedure shows a revolving color of the tetrahedral
- 2022-03-13 20:20:58下载
- 积分:1
-
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享...
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享
- 2022-07-01 02:26:41下载
- 积分:1
-
opengl实现的程序框架,适合初学者学习.
opengl实现的程序框架,适合初学者学习.-opengl achieve the procedural framework for beginners to learn.
- 2022-08-20 07:55:41下载
- 积分: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