-
opengl 3D mobile operators to achieve the rotation
opengl三维操作移动旋转等的实现-opengl 3D mobile operators to achieve the rotation
- 2022-03-19 09:00:12下载
- 积分:1
-
binding for the Java language source Guide
NeHe的教程源码-binding for the Java language source Guide
- 2022-01-26 04:00:20下载
- 积分:1
-
一个OPENGL的测试程序
一个OPENGL的测试程序-an OpenGL testing procedures
- 2022-03-31 22:08:31下载
- 积分:1
-
一种简单而快速的图像加密技术,可以使在一般的应用程序中使用外部图像的安全性容易得到保障。...
一种简单而快速的图像加密技术,可以使在一般的应用程序中使用外部图像的安全性容易得到保障。-a simple and rapid image encryption technology. can make in the general applications using images of the external safety can easily be guaranteed.
- 2022-09-24 20:05:03下载
- 积分:1
-
三维纹理,opengl
三维纹理,opengl- Three dimensional texture, opengl
- 2023-08-25 19:50:03下载
- 积分:1
-
利用OpenGL建立MFC视图环境,三
利用Opengl设定MFC的视图环境,三维显示三维数据,处理大量点云数据的显示旋转、平移、缩放等-use Opengl set MFC View environment, three-dimensional display of 3D data, handling a large number of point cloud data show rotation, translation, zooming, etc.
- 2022-05-24 12:36:04下载
- 积分:1
-
OpenGl 3D images more programming source for the preparation of 3
OpenGl三维图象多个编程源码,对于编写三维图象有一定的帮助,注明为转载 -OpenGl 3D images more programming source for the preparation of 3-D images can help annotated reproduced
- 2022-01-27 15:54:43下载
- 积分:1
-
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2022-09-04 22:05:03下载
- 积分:1
-
用opengl和VC++实现的机器人手臂
用opengl和VC++实现的机器人手臂-Use opengl and VC++ Realize the robot arm
- 2022-02-25 19:51:30下载
- 积分: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