-
读取点云数据
可以读取文件的三维点云坐标,并且实现鼠标的三维空间转化。
鼠标中键 按住拖动 旋转
鼠标滚轮 旋转 缩放
鼠标中键 + Ctrl 按住拖动 平移
鼠标中键 + Shift 按住拖动 面旋
鼠标中键 + Ctrl + Shift 按住拖矩形框 矩形框内东西放大 局部放大
- 2022-07-11 19:31:37下载
- 积分:1
-
Virtual roaming a small example of the realization of a robot roaming process
虚拟漫游的小例子,实现了机器人的漫游过程-Virtual roaming a small example of the realization of a robot roaming process
- 2022-07-23 18:28:49下载
- 积分:1
-
这个程序主要是如何绕轴旋转物体。让物体绕Z轴, X轴,Y轴 或者全部3个轴旋转...
这个程序主要是如何绕轴旋转物体。让物体绕Z轴, X轴,Y轴 或者全部3个轴旋转-this procedure is mainly around how the rotating objects. Let objects around the Z-axis, X-axis, Y-axis or all three-axis rotation
- 2022-10-14 18:10:08下载
- 积分:1
-
用openGL编写,通过分割二十面体得到的带有纹理的球体。
用openGL编写,通过分割二十面体得到的带有纹理的球体。-Prepared using openGL through Icosahedron be split with the texture of the ball.
- 2023-08-26 10:20:03下载
- 积分:1
-
这是一本很好的opengl书籍,都是以具体例子来讲解opengl的,对于初学者很有帮助
这是一本很好的opengl书籍,都是以具体例子来讲解opengl的,对于初学者很有帮助-This is a very good opengl books, are based on concrete examples to explain the opengl and helpful for beginners
- 2022-01-25 15:47:02下载
- 积分:1
-
移动,映射,OpenGL应用程序,用于实验的程序代码
移动,地图,OPENGL应用,实验程序代码
- 2022-10-13 08:50:03下载
- 积分:1
-
纹理贴图
这是一个使用c#.net 平台下使用opengl库的纹理贴图例子。对于纹理贴图的整个过程都比较清楚,完整。经过测试能够成功运行,是一个新手学习纹理贴图的好例子。
- 2022-07-19 16:38:06下载
- 积分:1
-
OpenGL类库源码
OpenGL类库源码 -The sourcecode for OpenGL library
- 2022-02-06 16:20:28下载
- 积分:1
-
王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与...
王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development technology" books of the source code. The contents include : general procedural framework for the analysis and design, functional module, the relevant DLL library development and use of CAD geometry class library based on the development, the environment MFC use OpenGL for graphics rendering, the development-oriented CAD application"s generic OpenGL graphics category, the use of right- as technical design CAD software, such as the geometric kernel.
- 2022-04-01 21:20:37下载
- 积分:1
-
OpengGL 3Dobj文件读取 着色
读取一个obj文件,obj文件中包括三维点,点的颜色,面。然后对显示的网格使用着色器GLSL进行着色,代码中有着色的顶点着色器和片段着色器
注:运行OpenGL程序应该先配置好glut和glew
- 2022-02-02 05:54:58下载
- 积分:1