-
opengl rendering profile line source code
opengl绘制剖面线源代码-opengl rendering profile line source code
- 2022-02-04 00:03:43下载
- 积分:1
-
The use of virtual reality technology used in modeling Creator Tutorial
虚拟现实技术使用Creator建模所用教程-The use of virtual reality technology used in modeling Creator Tutorial
- 2022-07-01 12:45:08下载
- 积分:1
-
产生随机地形,用c++ directx 实现,写得不错,值得初学者借鉴。...
产生随机地形,用c++ directx 实现,写得不错,值得初学者借鉴。-Randomly generated terrain, with c++ Directx realized, well written, it is worth drawing for beginners.
- 2022-02-04 14:24:37下载
- 积分:1
-
用OpenGL开发化工过程仿真视景系… 基于虚拟现实技术的自行车漫游...线段。移动物体 在视图中建立一个正方 体,使用鼠标左键点击正方体,这时正方体...
用OpenGL开发化工过程仿真视景系… 基于虚拟现实技术的自行车漫游...线段。移动物体 在视图中建立一个正方 体,使用鼠标左键点击正方体,这时正方体-developed using OpenGL chemical process simulation visual system ... based on virtual reality technology to a bicycle ... roaming segment. Moving objects in view the establishment of a cube, using the left mouse button click cube, then cube
- 2023-03-11 04:25:04下载
- 积分:1
-
OpenGL下,3D碰撞程序,某本书的示例程序,效果很好!
OpenGL下,3D碰撞程序,某本书的示例程序,效果很好! -OpenGL under, 3D collision process, an example of a book procedures, well!
- 2022-10-11 07:30:03下载
- 积分:1
-
opengl example, the rotation of the Earth
opengl例子,旋转的地球-opengl example, the rotation of the Earth
- 2022-12-19 13:20:03下载
- 积分:1
-
人形机器人,四肢能够协调运动
这是一个简易的人形机器人,四肢能够做规则来回摆动的运动,并且能够相互协调。做周期性的运动
- 2023-06-21 14:10: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编的一个射击游戏,在三维场景下的利用vc实现的恐怖之城。...
基于OpenGL编的一个射击游戏,在三维场景下的利用vc实现的恐怖之城。-OpenGL-based provision of a shooting game, in under three-dimensional scene using vc realize the horrors of the city.
- 2022-03-16 19:23:13下载
- 积分:1
-
我做的OpenGL工程,可以供初学者参考学习。
我做的OpenGL工程,可以供初学者参考学习。- I do the OpenGL project, may refer to the study for the
beginner.
- 2022-04-07 08:01:03下载
- 积分:1