-
基于C++环境的OPENGL编程源码.
基于C++环境的OPENGL编程源码.-based on C programming environment OpenGL source.
- 2022-03-06 16:11:42下载
- 积分:1
-
OpenGL procedures : using recursive method and drawing cylindrical patch
OpenGL程序:用递归和贴片法绘制圆柱-OpenGL procedures : using recursive method and drawing cylindrical patch
- 2022-07-25 02:36:01下载
- 积分:1
-
Use openGL to render a simple water simulation with reflection, waving
Use openGL to render a simple water simulation with reflection, waving
- 2022-03-03 07:56:56下载
- 积分:1
-
The use of Visual C++ 6.0 development environment, inheritance, dynamic renderin...
使用Visual C++6.0继承开发环境,基于OpenGL动态绘制奥林匹克五环标志的一个小源码。代码只有一个C语音源文件。算法相对简单-The use of Visual C++ 6.0 development environment, inheritance, dynamic rendering based on OpenGL Olympic rings logo, a small source. There is only one voice C code source file. Relatively simple algorithm
- 2023-06-28 15:55:03下载
- 积分:1
-
loader3 quake3 bsp
quake3 bsp loader3
- 2023-04-09 16:25:04下载
- 积分:1
-
基于VC的OPENGL三维动画方真及场景漫游系统的实现,详细介绍开发过程...
基于VC的OPENGL三维动画方真及场景漫游系统的实现,详细介绍开发过程-VC-based OpenGL 3D animation side really Walkthrough system and the realization of the development process in detail
- 2022-01-26 02:38:24下载
- 积分:1
-
将球和阴影投影在平面上,适合于三维游戏专业…
移动的小球并在平面投射阴影,适合3D游戏编程-Moving the ball and the shadow projection in the plane, suitable for 3D Game Programming
- 2022-02-02 03:19:23下载
- 积分:1
-
OpenGL的三维系统的一个很好的电子书
opengl 3d system a good ebook
- 2022-01-28 16:22:07下载
- 积分: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 2D华容道
opengl 2D华容道 觉得可以参考的地方在鼠标交互的地方
- 2023-06-02 19:05:04下载
- 积分:1