-
OpenGL 3
OpenGL三维图形系统开发与实用技术》书的源码-OpenGL 3-D graphics system development and practical skills, "the source
- 2022-07-19 01:06:57下载
- 积分:1
-
w d s a small keyboard and adjust the operation of the Spheres minor changes in...
w a s d 和小键盘的操作 调节球体的细微的空间变化!-w d s a small keyboard and adjust the operation of the Spheres minor changes in space!
- 2023-06-24 04:35:03下载
- 积分:1
-
光照阴影程序
opengl创建的一个楼房模型,有光照阴影,3D视角,适合opengl入门,用的是最新的版本语言,新手可以参照此程序规范代码
- 2022-04-16 00:03:45下载
- 积分:1
-
VC+opengl实现光线跟踪算法,使用了3ds场景模型
VC+opengl实现光线跟踪算法,使用了3ds场景模型-VC opengl achieve ray tracing algorithm, the use of 3ds Scene Model
- 2023-03-31 00:00:04下载
- 积分:1
-
简单的OpenGL仿真程序,vc实现,实用,需要的同志可以借鉴
简单的OpenGL仿真程序,vc实现,实用,需要的同志可以借鉴-simple OpenGL simulation program, vc realization and practical needs can learn from Comrade
- 2022-03-02 08:59:33下载
- 积分:1
-
opengl实现obj模型进行八叉树空间分割
在opengl上读取obj3d模型,利用八叉树进行模型空间分割,搜索边界,内部,外部模型。该算法也避免了模型有空洞的缺陷。算法快速,简单易行。可以借鉴学习。
- 2022-02-12 17:41:21下载
- 积分: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
-
目的
Objective-C,英文版,学习苹果开发的基础语言-Objective-C
- 2022-03-16 22:10:08下载
- 积分:1
-
OpenGL程序,一个机器人,可以设定他的手脚动作,然后加以实现...
OpenGL程序,一个机器人,可以设定他的手脚动作,然后加以实现-OpenGL program, a robot, you can set his hands and legs move, and then be achieved
- 2023-08-14 08:00:04下载
- 积分:1
-
an opengl example is the word for the realization of the source code shown relat...
一个opengl的例子 是用于实现文字显示的源代码 比较简单-an opengl example is the word for the realization of the source code shown relatively simple
- 2022-08-21 05:37:00下载
- 积分:1