-
OPGL的测试工具介绍和比较。笔者根据自己的经验对现有的openGL测试工具进行了详细的比较。...
OPGL的测试工具介绍和比较。笔者根据自己的经验对现有的openGL测试工具进行了详细的比较。-OPGL introduction of testing tools and compared. Author according to their own experience of the existing testing tools openGL carried out a detailed comparison.
- 2022-01-21 00:46:28下载
- 积分:1
-
OpenGL
基于VC+OPENGL,关于cassini椭圆函数的等值线生成,涉及等值线插值问题.-OpenGL-based VC, cassini elliptic function of the contour generation, isogram involving interpolation.
- 2023-06-07 07:30:03下载
- 积分:1
-
根据nehe的教程5修改而来的简单的漫游程序。
源码包括整个工程文件...
根据nehe的教程5修改而来的简单的漫游程序。
源码包括整个工程文件-According to nehe tutorial five changes from the simple roaming procedure. Source include the entire project file
- 2022-07-25 10:33:39下载
- 积分:1
-
利用opengl的API函数实现阴影绘制,显示效果比较好
利用opengl的API函数实现阴影绘制,显示效果比较好-use opengl API functions shadow mapping shows that the results were quite good
- 2022-08-20 17:20:29下载
- 积分:1
-
OpenGL中实现了物体在墙壁和其他物体上产生影子的效果
OpenGL中实现了物体在墙壁和其他物体上产生影子的效果-OpenGL to achieve the objects in the walls and other objects to produce a shadow effect
- 2022-02-10 11:40:09下载
- 积分:1
-
opengl导入3ds模型
OpenGL导入3ds模型 将3ds格式的模型导入到OpenGL 工程中并显示出来
采用面向对象的方法,用C++实现基于OPENGL导入3DS文件
- 2022-02-13 21:23:14下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-07-10 02:44:39下载
- 积分:1
-
在MDI使用OpenGL
在MDI中使用opengl-in MDI use opengl
- 2022-09-03 07:40:03下载
- 积分:1
-
opengl
opengl 红宝书代码-opengl
- 2023-01-27 16:15:43下载
- 积分: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