-
a good example of the integration of OpenGL and can be used to create a transpar...
一个很好的OpenGL融合的例子,可用于制造透明或半透明的特殊效果,注意:在运行程序之前,请将提供的"*.dll文件拷贝到系统的"Windows(或WinNT)system32"目录下。如果还需要别的文件请自己配置!
-a good example of the integration of OpenGL and can be used to create a transparent or semi-transparent special effects Note : Before running the program, please provide the "*. dll files are copied to the system" Windows (or WinNT) system32 "directory. If you need other text please configurable pieces!
- 2022-07-14 08:38:23下载
- 积分:1
-
用VC++和OpenGL实现云的动态仿真
一个简单的实例关于用VC++和OpenGL实现云的动态仿真,可以进行OpenGL相关函数的学习,对初学者很有帮助
- 2023-05-07 00:15:02下载
- 积分:1
-
将.3ds文件转换成.h c++ 的头文件
将3ds 文件转换成 c++ 头文件你只需要3DS 标准即可。 3D 文件必须保护一列向量和面。否则就没有什么可以加载到程序中。它不存储专业建模显示的某些数据。 如果你有了 3DS 结构,你可以写一个 C++ 读/写常规程序。
- 2022-01-25 19:10:37下载
- 积分:1
-
NEHE 的 OPENGL 教程 非常经典 是学习OPENGL编程的绝好材料
NEHE 的 OPENGL 教程 非常经典 是学习OPENGL编程的绝好材料-NEHE the OpenGL tutorial is very classical learning OpenGL Programming excellent material
- 2023-02-06 04:20:04下载
- 积分:1
-
OpenGL代码,显示在贪婪的立方体。颜色方法和三维图形
opengl code, shows the cube in greed. colour method and 3d graphic-opengl code, shows the cube in greed. color method and 3d gra phic
- 2022-02-03 18:55:23下载
- 积分: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 球的模型
opengl 球的模型-opengl ball model
- 2022-03-22 03:10:46下载
- 积分:1
-
使用OpenGL制作的一三
一个利用OpenGL制作的三维动画,很具有逼真感。-Use OpenGL produced a three-dimensional animation, it has a realistic sense.
- 2022-04-23 05:19:05下载
- 积分:1
-
opengl实现的一个太阳系系统,可以通过界面来控制各个星球运转的速度。交互性比较好。...
opengl实现的一个太阳系系统,可以通过界面来控制各个星球运转的速度。交互性比较好。-opengl achieved a solar system, can interface to control the operation of all the speed planet. Interactive is good.
- 2023-01-28 02:40:04下载
- 积分:1
-
opengal的一个小例子,大家可以交流一下,其实opengal的功能很强大的,学习ing...
opengal的一个小例子,大家可以交流一下,其实opengal的功能很强大的,学习ing-opengal a small example, we can exchange, in fact, the function of opengal very powerful, learning ing
- 2022-03-15 17:17:03下载
- 积分:1