-
一个opengl框架,对于OPENGL初学者而言有很大的借鉴意义
一个opengl框架,对于OPENGL初学者而言有很大的借鉴意义-a framework for beginners OpenGL terms of reference have great significance
- 2022-05-25 14:18:15下载
- 积分:1
-
OpenGL开发的一个简单的射击游戏,第一视角。
openGL开发的简单的射击游戏,第一视角。-openGL developed a simple shooting game, the first perspective.
- 2022-04-11 00:14:08下载
- 积分:1
-
用opengl写的简单的灯光移动时产生的不同颜色的物体,只适合于初级者...
用opengl写的简单的灯光移动时产生的不同颜色的物体,只适合于初级者-Written in a simple to use opengl lighting mobile when objects of different colors are only suitable for those in primary
- 2022-12-12 09:00:03下载
- 积分:1
-
OpenGl的例子
OpenGl的例子-OpenGl
- 2022-02-14 15:13:44下载
- 积分:1
-
OpenGL实现多场景
OpenGL实现多场景-OpenGL more scenes
- 2022-01-28 18:29:03下载
- 积分: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
-
随机产生一组数据 建立二叉树
并通过OPENGL 建立图形二叉树
随机产生一组数据 建立二叉树
并通过OPENGL 建立图形二叉树-Randomly generated binary tree to establish one set of data and through the establishment of OPENGL graphics tree
- 2023-03-14 16:40:03下载
- 积分:1
-
读取点面文件再进行OpenGL显示
读取点面文件再进行OpenGL显示-read-point document shows again OpenGL
- 2022-03-12 21:08:30下载
- 积分:1
-
时间显示和三维的运动
时间显示和三维的运动-Time diplay and 3D motion
- 2022-09-12 07:45:03下载
- 积分:1
-
简单的三维场景,可鼠标控制旋转观看。供初学者参考。
简单的三维场景,可鼠标控制旋转观看。供初学者参考。-Simple three-dimensional scene can watch the mouse to control rotation. Reference for beginners.
- 2022-10-16 16:45:03下载
- 积分:1