-
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!...
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!-use opengl generate topographic surface and can use the keyboard to control the roaming effect. This procedure is very valuable, and the production was very good!
- 2023-05-15 08:50:03下载
- 积分:1
-
OpenGL编程的单文档模板
OpenGL单文档编程模版-OpenGL Programming single document templates
- 2022-01-23 10:16:23下载
- 积分:1
-
VC++和OPENGL解决了OPENGL的打印及打印预览代码详尽
VC++和OPENGL解决了OPENGL的打印及打印预览代码详尽-VC and OpenGL solve the OpenGL Print and Print Preview detailed code
- 2022-03-24 07:54:36下载
- 积分:1
-
关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z
关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z-buffer数值等相关参数-hidden line elimination of the code examples, by clicking on the mouse Dian show selected objects z-buffer numerical parameters related
- 2022-07-09 10:51:14下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
OpenGL学习的好书。Qt支持OpenGL代码,这本书很好的说明文档…
good book for openGL learning. QT support OpenGL code and it book is good documention for write openGL code in QT.
- 2022-03-16 23:22:16下载
- 积分:1
-
OpenGL介绍 由SGI公司的GL发展而来的一个工业标准图形库。 OpenGL由图形库GL(Graphics Library)...
OpenGL介绍 由SGI公司的GL发展而来的一个工业标准图形库。 OpenGL由图形库GL(Graphics Library)和应用图形库GLU(Graphics Library Utilities)两个库组成-OpenGL# 61548 introduced by SGI"s GL from the development of an industry-standard graphics library.# 61548 by the OpenGL graphics library GL (Graphics Library) and the application of graphics library GLU (Graphics Library Utilities) 2 component library
- 2022-03-18 17:40:04下载
- 积分:1
-
用opengl对飞机进行建模,其中对飞机建模采用了nurbs曲线,曲面技术.使飞机的外形更加平滑.对于防真学的出学者有很大的帮助....
用opengl对飞机进行建模,其中对飞机建模采用了nurbs曲线,曲面技术.使飞机的外形更加平滑.对于防真学的出学者有很大的帮助.-use opengl right aircraft modeling, modeling of aircraft used nurbs curve, Surface Technology. That the aircraft"s shape more smooth. Those really learn from scholars are very helpful.
- 2022-02-14 03:24:01下载
- 积分:1
-
VB中OpenGL显示地球
VB中用Opengl画地球VB工程,OPENGL的初始化,OpenGL VB函数包;
- 2023-04-15 08:30:04下载
- 积分:1
-
OpenGLMT算法源代码,基于VC++6.0的开发平台。
OpenGLMT算法源代码,基于VC++6.0的开发平台。-OpenGLMT algorithm source code, based on VC++ 6.0 development platform.
- 2023-07-11 18:40:03下载
- 积分:1