-
math3d库(非原创)
(不是我原创的,但不记得从哪里下载的了)《openGL超级宝典》里面用到的库。可以做3D矩阵变换等。用途:openGL可以做矩阵变换,如平移、旋转、缩放,但是计算结果不能显式获取。使用math3d库可以计算一个向量经上述变换后的新坐标,并写入变量供程序的其他部分使用。
- 2022-07-27 22:42:26下载
- 积分:1
-
C++显示ply文件
用来显示ply文件,ply是斯坦福大学开发的一种文件格式,用来保存三维的信息C-C++
- 2022-09-20 06:40:03下载
- 积分:1
-
一个简单的OPENGL画球和立方体的程序。用鼠标拖动可以在视图上画出相应大小的球和立方体,并在树型列表中显示个数和名称。并与视图中的球和立方体相关联。能在视图中...
一个简单的OPENGL画球和立方体的程序。用鼠标拖动可以在视图上画出相应大小的球和立方体,并在树型列表中显示个数和名称。并与视图中的球和立方体相关联。能在视图中改变位置和大小。-a simple OpenGL ball and cube painting process. Drag the mouse can be used in the corresponding view on the size of a paint ball and cube and the tree list shows the number and names. And with the view of the ball and the associated cube. Views can change in location and size.
- 2022-05-24 16:55:54下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
关于图形学大作业的多边形
关于图形学大作业的多边形-large graphics on the polygon operations
- 2023-02-28 20:10:04下载
- 积分:1
-
Modified Volterra Series Approach for Nonlinear Dynamic Systems Modeling
下一步
- 2023-07-31 17:10:04下载
- 积分:1
-
MFC框架下的opengl环境设置,同时还包括如何切分窗口使用多个视类...
MFC框架下的opengl环境设置,同时还包括如何切分窗口使用多个视类-MFC opengl under the framework of environmental settings, also include how to split the use of multiple windows as the category
- 2022-12-31 03:55:04下载
- 积分:1
-
Graphic image processing are often used in header files, looking for a good long...
图形图像处理中经常会用到的头文件,找了好长时间才找到,与大家分享!-Graphic image processing are often used in header files, looking for a good long time to find, share with you!
- 2022-07-25 20:54:35下载
- 积分:1
-
图形学程序,用vc写的小球光照效果演示例子,非常经典,极力推荐下载...
图形学程序,用vc写的小球光照效果演示例子,非常经典,极力推荐下载-Graphics program, written using vc demo examples of ball lighting effects, very classic, highly recommended to download
- 2022-03-22 21:52:13下载
- 积分:1
-
详细介绍用 了Visual Basic 实现 QpenGL三维地形显示。
详细介绍用 了Visual Basic 实现 QpenGL三维地形显示。-detailed presentation of the Visual Basic 3D terrain QpenGL show.
- 2022-06-15 04:01:22下载
- 积分:1