-
实现基本的几何三的使用
利用OPENGL实现基本三维几何图像的绘制和显示,源代码。-OPENGL realize the use of basic geometric three-dimensional image rendering and display, the source code.
- 2023-07-09 04:10:04下载
- 积分:1
-
三个球体旋转运动
三个球体旋转运动-three rotating ball movement
- 2022-03-16 06:19:55下载
- 积分:1
-
opengl开发例子,delphi开发者有用,欢迎使用.
opengl开发例子,delphi开发者有用,欢迎使用.-opengl example for delphi.welcome your reference.
- 2022-12-21 01:35:04下载
- 积分:1
-
计算机图形学中最基本的图形例子
VC6.0+OpenGL环境的配置巨体的过程;编写对一个三角形分别实现平移、缩放、旋转等变化的源码及效果图,对每一行代码都有注释;画一个三角形三个顶点的颜色不同,且实现颜色的平滑过渡;用随机点实现三角形的绘制
- 2022-08-03 21:59:31下载
- 积分:1
-
非常全面完整的VS工程,学习opengl的极佳实例
一共有10章内容...
非常全面完整的VS工程,学习opengl的极佳实例
一共有10章内容
-Very comprehensive complete VS project, learning opengl an excellent example of a total of 10 chapter
- 2022-05-08 10:45:44下载
- 积分:1
-
学习OPENGL经典的书籍 电子版 又需要的下巴
学习OPENGL经典的书籍 电子版 又需要的下巴-this is a classical book for opengl learn
- 2022-07-07 16:53:01下载
- 积分:1
-
这是一个简单且实用的调用3ds模型的程序。有些用3dsLoader不能读入的模型,该程序可以解决:)...
这是一个简单且实用的调用3ds模型的程序。有些用3dsLoader不能读入的模型,该程序可以解决:)-This is a simple and practical model called 3ds procedures. Some use 3dsLoader not read into the model, the program can be solved :)
- 2022-03-25 19:35:34下载
- 积分: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
-
OpenGL(高)三
OpenGL(高级)三维图形系统开发与实用技术,讲解了一些OPENGL游戏编程中更高级的技术,非常实用-OpenGL (High) three-dimensional graphics system development and practical technology, OPENGL games on a number of more advanced programming techniques, very useful
- 2022-03-12 05:44:54下载
- 积分:1
-
自己利用vc+opengl编写的单文档图形绘制程序,能够分3个窗口绘制opengl实例,是学习opengl编程及多窗口绘制的很好的例子...
自己利用vc+opengl编写的单文档图形绘制程序,能够分3个窗口绘制opengl实例,是学习opengl编程及多窗口绘制的很好的例子-Vc+ opengl their use of a single document prepared graphics drawing program, to split three examples opengl rendering window is more than learning window opengl programming and a good example drawn
- 2022-08-20 19:14:49下载
- 积分:1