-
用OpenGL实现对环境光、物体质材、颜色等多种结合起来的模拟程序界面等各方面的都源于自己的设计,,Visual C++...
用OpenGL实现对环境光、物体质材、颜色等多种结合起来的模拟程序界面等各方面的都源于自己的设计,,Visual C++
-use OpenGL light on the environment, on physical build, color combination of a variety of simulation program interface, and other aspects of their originates in the design, Visual C
- 2023-06-26 05:20:04下载
- 积分:1
-
API监测释放
API Monitoring Unleashed
- 2023-05-11 23:15:03下载
- 积分:1
-
OpenGL红宝书有用
OpenGL red book usefu-OpenGL red book usefull
- 2022-02-14 09:07:43下载
- 积分: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
-
An opengl programming book.very basic thing.It s very good for beginner,and the...
一本opengl书的源程序,很基础了,对于初学者很好,同时还有glut库-An opengl programming book.very basic thing.It s very good for beginner,and the glut library also attached
- 2023-07-21 08:35:03下载
- 积分:1
-
在VC中实现OpenGL三维绘图,是三维交互图系统演示,可旋转。
在VC中实现OpenGL三维绘图,是三维交互图系统演示,可旋转。-in VC achieve OpenGL 3D graphics, interactive 3-D map of the demonstration, swivel.
- 2022-04-12 16:16:05下载
- 积分:1
-
The opengl
一个基于Delphi的Opengl程序,给出了使用一般Delphi开发Opengl的框架。-The opengl-based Delphi procedures, are given to use Delphi to develop a general framework for opengl.
- 2022-04-29 08:12:51下载
- 积分:1
-
我写的一个OPENGL的程序。可以进行3D画图和平移旋转操作。
我写的一个OPENGL的程序。可以进行3D画图和平移旋转操作。-I wrote an OpenGL procedures. Can 3D drawing and rotating shift operation.
- 2022-03-10 01:29:56下载
- 积分:1
-
opengl的MFC例子
opengl的MFC例子-opengl examples of MFC
- 2023-08-15 00:40:02下载
- 积分:1
-
点云读取、显示、三角化等
主要实现点云的读取、显示、旋转等几何变换以及三角化等,主要利用Opengl显示技术,设置设备描述表,同时对点云可以实现三角化!
- 2022-05-27 11:08:59下载
- 积分:1