-
This is the source code of the book VC++ advantage program Opengl!
Visual C++ 高级编程技术OpenGL篇 》程序源代码5613879-This is the source code of the book VC++ advantage program Opengl!
- 2022-03-20 06:05:05下载
- 积分:1
-
使用OpenGL行程序
#include #include #include #include #include#define INCR 1#define DECR -1#define PREDX 1#define PREDY 0int dx,dy,e,e_inc,e_noinc;int main(void){ int xa,ya,xb,yb,i;
- 2022-10-11 09:55:03下载
- 积分:1
-
利用2D材质制做3D的起伏不平的地面
利用2D材质制做3D的起伏不平的地面-use material produced 2D 3D undulating ground
- 2022-07-03 16:22:18下载
- 积分:1
-
MFC与Opengl联合编程实现展点
使用C++语言,利用OpenGL在MFC下实现三维点云展示,并附有点云文本文件。
通过对点云坐标txt文本的读取,进行三维点云的展示,并包含移动缩放功能。
适合初级入门学习OpenGL的朋友。
- 2022-06-13 08:35:21下载
- 积分:1
-
Point light source examples of the river for the DXUT scene rendering. Given her...
点光源河面光源的实例,用于在DXUT场景的渲染。这里给出的c++代码,适合初学者-Point light source examples of the river for the DXUT scene rendering. Given here c++ Code, suitable for beginners
- 2022-03-19 22:52:16下载
- 积分:1
-
在VC++中嵌入OpenGL
实现带纹理的三棱锥及其旋转和控制
在VC++中嵌入OpenGL
实现带纹理的三棱锥及其旋转和控制-in VC embedded OpenGL texture with the pyramid and its three rotating and control
- 2022-02-12 04:41:26下载
- 积分:1
-
网格去神经元
神经元BOUR帮助基因非PASI程序reaeau
- 2022-10-05 05:55:03下载
- 积分:1
-
This is similar OPeninventor the activex control to the form of tree storage obj...
这是类似OPeninventor的activex控件,以树的形式存储对象,构造任意复杂的实体和场景,由于是封装了OpenGL的控件,
用户只要知道怎么建模即可,不必关心OpenGL如何操作。在VS2003下编译通过。-This is similar OPeninventor the activex control to the form of tree storage objects, construction of arbitrary complex entities and scenes, as is the OpenGL control package, the user modeling can be as long as know how, do not have to care about how to do OpenGL. Under the VS2003 compiler through.
- 2022-07-27 13:44:18下载
- 积分:1
-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1
-
OpenGL,实现摄像头捕捉的图象由opengl输出
OpenGL,实现摄像头捕捉的图象由opengl输出-OpenGL, achieving camera to capture the image output by opengl
- 2022-03-11 05:57:59下载
- 积分:1