-
coons 边界曲面的构造例子,用opengl进行可视化,
coons 边界曲面的构造例子,用opengl进行可视化,-coons tectonic boundary surface, by using opengl for visualization,
- 2022-03-21 13:28:52下载
- 积分:1
-
一个很不错的M3D格式导入OPENGL的程序,十分有借鉴意义
一个很不错的M3D格式导入OPENGL的程序,十分有借鉴意义-A very nice M3D format of import OPENGL procedure is very worth learning
- 2023-03-28 18:20:03下载
- 积分:1
-
2.1参考OpenGL图形库OpenGL。
OpenGL 2.1 Reference.chm
OpenGL的函数库。-OpenGL 2.1 Reference.chm OpenGL library.
- 2022-06-16 08:31:00下载
- 积分:1
-
关于C++制作opengl的框架和例子。方便初学者学习
关于C++制作opengl的框架和例子。方便初学者学习-C production opengl on the framework and example. Facilitate beginners learning
- 2022-08-07 03:46:06下载
- 积分:1
-
OpenGL 虚拟地景生成系统
OpenGL 虚拟地景生成系统,比较简单,初学
- 2023-01-31 21:50:04下载
- 积分:1
-
这是Nehe的对话框的OpenGL代码演示
这是Nehe的对话框的OpenGL代码演示-This is the dialog Nehe OpenGL demo code
- 2022-07-25 22:04:31下载
- 积分:1
-
computer graphics algorithm for example, DIREXTX use OpenGL programming and comp...
计算机图形学算法示例,用OPENGL和DIREXTX编程的计算机图形学简单入门程序,有利于初学者学习。-computer graphics algorithm for example, DIREXTX use OpenGL programming and computer graphics simple entry procedures, help beginners learn.
- 2023-02-16 06:30:04下载
- 积分: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
-
显示三位图形的代码
显示三位图形的代码-showed three graphics code
- 2022-02-04 12:42:02下载
- 积分:1
-
with vc++ and borders to achieve the rotation of lanterns and packed around the...
用vc++和opengl实现了灯笼的旋转和纸飞机围绕着灯笼分行,可以控制飞行的速度。-with vc++ and borders to achieve the rotation of lanterns and packed around the lanterns branch can control the speed flight.
- 2022-02-06 01:23:33下载
- 积分:1