-
利用OPENGL编写了一个海面波浪模拟的程序,同时对海面图像的纹理数据进行动态变还,具有较好的视觉效果...
利用OPENGL编写了一个海面波浪模拟的程序,同时对海面图像的纹理数据进行动态变还,具有较好的视觉效果-use OpenGL prepared a sea wave simulation procedure, and the image of the surface texture data dynamically change also has better visual effects
- 2022-07-13 00:07:41下载
- 积分:1
-
这是一个基本的opengl的例程,是熟悉opengl框架的很好例子,可以仔细研究一下啊...
这是一个基本的opengl的例程,是熟悉opengl框架的很好例子,可以仔细研究一下啊-This is a basic routines of the opengl is familiar with opengl framework of a good example, a closer look ah
- 2023-01-30 08:40:04下载
- 积分:1
-
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西...
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西-gPhone
- 2022-06-19 15:07:05下载
- 积分:1
-
rotating cube mapping, a good effect, and can expand the development of the corr...
旋转立方体绘制,效果很好,拓展后可开发相应的例子-rotating cube mapping, a good effect, and can expand the development of the corresponding example
- 2022-01-31 11:31:25下载
- 积分:1
-
基于OpenGL的3D射击游戏的设计与实现
基于OpenGL,使用计算机图形学相关知识,在VC++环境下实现的3D游戏软件系统。该软件集可操作性,实用性,趣味性于一体,通过美观逼真的场景,丰富的色彩及友好的界面以实现各种算法。
程序涉及到以下几个模块:OpenGL的程序框架;OpenGL的基本图形;OpenGL的组合图形;游戏场景生成;OpenGL中的文字显示;特殊平面_树木;显示3D模型;3D动画模型;射击、爆炸;碰撞检测;游戏进度保存。
- 2023-03-30 00:20:03下载
- 积分:1
-
OpenGL的运动机器人的演示程序,适合初学者使用,基于W ..
OpenGL的运动机器人演示适合初学者使用的程序,基于win32。-Robot movement OpenGL demo program suitable for beginners to use, based on the win32.
- 2022-02-11 18:01:51下载
- 积分:1
-
OpenGL water sample. Requires Visual C++ 6.0.
OpenGL water sample. Requires Visual C++ 6.0.
- 2022-03-17 19:10:31下载
- 积分:1
-
OpenGL 3D 图形( MATLAB)
翻译 maninwest@Codeforge 作者:roozbehabolpour@CodeProject这里,我们将使用 OpenGL 接口进行 3D 科学计算可视化。OpenGL 是进行 2D 和 3D 计算机图像渲染的跨语言程序设计接口 (API)。 OpenGL比虚拟现实工具箱更加快捷方便。使用代码使用这个项目非常简单。在 MATLAB 中,你必须定义对象的点,必须定义网眼的相邻矩阵。例如 ,如果你要创建一个泉水,必须首先定义点N=2000;
X_points=zeros(N,1);
Y_points=zeros(N,1);
Z_points=zeros(N,1);
Adj=zeros(N,N); for i=1:N
X_points(i)=cos(2*pi*5*i/N);
Y_points(i)=sin(2*pi*5*i/N);
Z_points(i)=(5*i/N-2)/4; if i
- 2022-07-18 18:01:49下载
- 积分:1
-
一种简单而快速的图像加密技术,可以使在一般的应用程序中使用外部图像的安全性容易得到保障。...
一种简单而快速的图像加密技术,可以使在一般的应用程序中使用外部图像的安全性容易得到保障。-a simple and rapid image encryption technology. can make in the general applications using images of the external safety can easily be guaranteed.
- 2022-09-24 20:05:03下载
- 积分:1
-
OpenGL的一个教学环境的配置
OpenGL教学一,环境配置-OpenGL a teaching environment configuration
- 2023-05-30 04:35:03下载
- 积分:1