-
pong game classic fun game
pong game classic fun game
- 2022-03-03 01:30:59下载
- 积分:1
-
OpenGL 超级宝典第五章,还没有完,请站长加分吧。
OpenGL 超级宝典第五章,还没有完,请站长加分吧。-OpenGL Super Bible Chapter V not yet finished, please let station points.
- 2022-09-24 11:40:03下载
- 积分:1
-
详细介绍了如何用openggl编程,例子详细,参考价值高
详细介绍了如何用openggl编程,例子详细,参考价值高-Described in detail how to use openggl programming, examples of detailed, high reference value
- 2022-01-28 10:33:58下载
- 积分:1
-
OpenGL 开发资料,游戏开发者必备之参考指南
OpenGL 开发资料,游戏开发者必备之参考指南 -OpenGL development information, games developers must Reference Guide
- 2022-03-04 07:55:21下载
- 积分:1
-
opengl 获得图像的高程数据
opengl 获得图像的高程数据-opengl images obtained elevation data
- 2022-02-24 12:04:46下载
- 积分:1
-
OpenGL 3
OpenGL三维图形系统开发与实例-OpenGL 3-D graphics system development and examples
- 2023-09-02 18:45:04下载
- 积分:1
-
这是一款恐怖之战游戏的源代码,在OPENGL下做的开发。
这是一款恐怖之战游戏的源代码,在OPENGL下做的开发。-This is a terrorist war game
- 2022-07-21 18:57:50下载
- 积分:1
-
一个小的使用OpenGL和MFC VRML浏览器
A small VRML viewer using OpenGL and MFC
- 2022-03-29 06:42:19下载
- 积分:1
-
这是一个用OpenGL编写的模拟俄罗斯方块的程序。的我
这是一个用OpenGL编写的模拟俄罗斯方块的程序。我传了5个,就是想得到:“C++buidler5编程实例与技巧“这本书。好多地方都是12MB的,只有这里有完整的30多MB的。就算不批准我会员号码,也希望你把这本书发到我邮箱里。谢谢!-This is a preparation using the OpenGL Tetris simulation procedures. The I-5 is the wish : "C++ programming examples buidler5 and skills," this book. Many things are 12MB, and only here is the integrity of the more than 30 MB. Even if I do not approve membership numbers, I also hope you include this book into my mailbox Lane. Thank you!
- 2022-04-19 08:39:25下载
- 积分: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