-
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。...
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。-using opengl programming, in a number of 3D models, the use of mouse-point, reached on the three-dimensional object model to capture.
- 2023-07-20 07:55:03下载
- 积分:1
-
导弹发射模拟动画源码
一个模拟导弹发射动画的VC++OpenGL源码,有一定的借鉴意义,版权归原作者。
- 2023-05-25 20:35:04下载
- 积分:1
-
本程序主要实现了OpenGl技术显示三维点云数据,能够读入以.obj为扩展名的,数据格式为X,Y,Z的点云数据。...
本程序主要实现了OpenGl技术显示三维点云数据,能够读入以.obj为扩展名的,数据格式为X,Y,Z的点云数据。
-This procedure mainly realize the OpenGL technology show three-dimensional point cloud data can be read to. Obj for the extension, the data format for the X, Y, Z of the point cloud data.
- 2022-08-14 20:41:29下载
- 积分:1
-
Delphi使用OPENGL FBO效果和实例源代码
Delphi使用OpenGl FBO效果和源代码的例子-Delphi using OpenGl FBO effect and source code examples
- 2022-08-25 03:44:58下载
- 积分:1
-
《Visual C++ OpenGL 应用程序开发》光盘内容,对于学习OpenGL很有用...
《Visual C++ OpenGL 应用程序开发》光盘内容,对于学习OpenGL很有用-《Visual C++ OpenGL application development》 CD-ROM content, is useful for learning OpenGL
- 2022-10-27 01:25:03下载
- 积分:1
-
with OpenGL draw a three
用OpenGL绘制一个三维四方形,并可以用鼠标控制四方形的旋转
- 2022-03-16 17:20:44下载
- 积分: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
-
nehe opengl 第一课
nehe opengl 第一课-nehe opengl first class
- 2022-08-06 21:31:56下载
- 积分:1
-
自己的函数遍的机器人
自己的函数遍的机器人-Times a function of their own robot
- 2022-03-17 10:57:43下载
- 积分:1
-
用OpenGL做的俄罗斯方块程序,一款很经典的游戏,用OpenGL实现的效果不一般哦。...
用OpenGL做的俄罗斯方块程序,一款很经典的游戏,用OpenGL实现的效果不一般哦。-Use OpenGL to do the Russian box process, a very classic game, using OpenGL do not realize the effect of general Oh.
- 2022-02-25 23:27:36下载
- 积分:1