-
use OpenGL combination VC environment produced by the small examples, very good...
利用OpenGL结合VC开发环境制作的小例子,很不错的立体图形-use OpenGL combination VC environment produced by the small examples, very good 3-D graphics
- 2022-08-19 08:29:50下载
- 积分:1
-
Setting Up Direct3D In A D
在D中设置Direct3D
- 2022-01-25 16:01:09下载
- 积分:1
-
vc opengl 模拟蚂蚁在矩形框内移动的轨迹
vc opengl 模拟蚂蚁在矩形框内移动的轨迹-vc opengl
- 2022-01-28 19:58:34下载
- 积分:1
-
NEHE的opengl教程9
NEHE的opengl教程9-48章,前8章有中文翻译故没放上来,这是更新到目前的完整Nehe opengl教程-NEHE Guide 9-48 chapter, the former Chapter 8 there is no Chinese translation Fangshanglai. This is the update to the current integrity Nehe opengl Guide
- 2022-04-27 09:48:11下载
- 积分:1
-
一个模拟太阳、地球、月球的动画
一个模拟太阳、地球、月球的动画-a simulated sun, the earth, moon animation
- 2023-05-23 18:05:03下载
- 积分:1
-
OPENGL in VC++ In line two
OPENGL在VC++中的二维的图行转化成三维的图像,并且已经上色,带有旋转-OPENGL in VC++ In line two-dimensional map into three-dimensional images, and have been painted with a rotating
- 2022-10-26 15:20:03下载
- 积分:1
-
左侧上跨桥与船和动画
这是一个 opengl 和 c + + 项目使用过剩。轻松打开和修改在 IDE 的代码块。喜欢动画的工作。使用鼠标控制和做更多更好的输出编辑。颜色多变的船和汽车行驶在大桥和大桥可以在左。
- 2022-05-26 06:37:22下载
- 积分:1
-
显示太阳能系统的OpenGL代码
OPenGL code for displaying solar system
- 2022-03-14 05:21:42下载
- 积分: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
-
如何删除地址栏中的输入的值
想要删除它自动在 url 栏中的输入的值。
如何更改,同时在框中要更改此 url 栏上单击
- 2023-07-08 11:55:02下载
- 积分:1