-
stanford有名的bunny兔子的实例。
stanford有名的bunny兔子的实例。-famous bunny rabbit example.
- 2022-03-02 20:09:37下载
- 积分:1
-
本代码是基于openGL平台而设计的一个兔子形状的3d图形.
本代码是基于openGL平台而设计的一个兔子形状的3d图形.-openGL-based platform designed shape of a rabbit 3d graphics.
- 2023-09-01 21:35:03下载
- 积分:1
-
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!-Delphi environment using OpenGL loading obj 3D model, it is a good example of the read!
- 2022-03-22 15:43:29下载
- 积分:1
-
三维旋转魔方
用opengl绘制的三维图形,可以用鼠标来进行旋转,很绚丽的一个三维魔方,可以用于初学者对三维图形绘制的一个参考。
- 2022-02-26 23:59:47下载
- 积分:1
-
Please read your package and describe it at least 40 bytes in English.
Please read your package and describe it at least 40 bytes in English.
- 2022-07-28 00:34:50下载
- 积分:1
-
3个齿轮相互咬合运动的程序
3个齿轮相互咬合运动的程序-3 gear mutual occlusal movement procedures
- 2022-01-26 02:46:33下载
- 积分:1
-
MFC 加载3ds文件
使用opengl 加载3ds 文件并显示,对于初学者有很大的帮助。。
- 2022-02-06 07:21:25下载
- 积分:1
-
linux下opengl加载.ms3d模型
该源码是在linux下用opengl库编程实现的.ms3d文件格式的三维模型的加载,包括纹理贴图。
- 2022-07-12 10:13:17下载
- 积分: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
-
rotation by the six components of the cube side
旋转由6个侧面组成的立方体-rotation by the six components of the cube side
- 2023-01-16 02:35:03下载
- 积分:1