-
Using 24
Using 24-bit Bitmap Files as OpenGL Images-Using 24-bit Bitmap Files as OpenGL Images
- 2022-11-27 01:25:03下载
- 积分:1
-
花瓶,演示旋转表面的形成过程,动画效果非常漂亮,使用glut....
花瓶,演示旋转表面的形成过程,动画效果非常漂亮,使用glut.-Vases, demonstration of the formation process of rotating the surface, very beautiful animation effects, use glut.
- 2022-09-09 03:45:03下载
- 积分:1
-
自制的基于MFC、OpenGL平台的平面二维坐标图程序,支持拖动平移、滚轮缩放和窗口缩放等功能,支持大数据量绘图。程序在VC6.0下编译通过。
自制的基于MFC、OpenGL平台的平面二维坐标图程序,支持拖动平移、滚轮缩放和窗口缩放等功能,支持大数据量绘图。程序在VC6.0下编译通过。
- 2022-10-14 21:30:02下载
- 积分:1
-
a template cache examples overseas./** Example program demonstrating the use of...
一个模板缓存的例子,值得一看。/* * Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11. */-a template cache examples overseas./** Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11.* /
- 2022-02-04 23:20:56下载
- 积分:1
-
a programme developed by opengl to simulate travelling the world
OPENGL 开发的天地漫游的程序 很好的例子 -a programme developed by opengl to simulate travelling the world
- 2022-01-26 02:10:02下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)
OpenGL高级编程与可视化系统开发(高级编程篇)-13-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-13
- 2022-08-21 20:26:19下载
- 积分:1
-
用OpenGL开发的机械臂运动仿真程序,开发环境为vc单文档
用OpenGL开发的机械臂运动仿真程序,开发环境为vc单文档-OpenGL-Robot-Arm-moving-simulate.rar
- 2023-08-16 15:50: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开发的
这是用openGL开发的-this is the development of openGL
- 2022-02-19 22:39:02下载
- 积分:1
-
OpenGL realize with a dialog box procedure, hoping to understand for beginners O...
用OpenGL实现的一个对话框程序,希望对初学者了解OpenGL框架结构有帮助!-OpenGL realize with a dialog box procedure, hoping to understand for beginners OpenGL frame structure has to help!
- 2023-05-02 07:30:02下载
- 积分:1