-
VB中OpenGL显示地球
VB中用Opengl画地球VB工程,OPENGL的初始化,OpenGL VB函数包;
- 2023-04-15 08:30:04下载
- 积分:1
-
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手...
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手-This is a treasury of a Super OpenGL the CD with the book, they cover most of OpenGL-based MFC library operation example, is well versed in OpenGL programming excellent helper
- 2022-05-26 06:18:35下载
- 积分:1
-
OpenGL, Visual C++
一个带有经纬线的地球模型,通过mouse function能够朝各个方向旋转...
OpenGL, Visual C++
一个带有经纬线的地球模型,通过mouse function能够朝各个方向旋转-OpenGL, Visual C with a latitude and longitude lines of the earth model, through the mouse to function in all directions rotation
- 2022-05-13 14:10:47下载
- 积分:1
-
A class to easily generate AVI video with OpenGL and Video for Windows
A class to easily generate AVI video with OpenGL and Video for Windows
- 2023-01-10 22:15:03下载
- 积分:1
-
采用opengl和粒子系统做的一个烟火的动画!初学者或者有一定编程能力的人可以参考!...
采用opengl和粒子系统做的一个烟火的动画!初学者或者有一定编程能力的人可以参考!-using opengl particle system and do a pyrotechnics animation! A beginner or a certain programming capabilities can reference!
- 2022-02-13 13:11:39下载
- 积分:1
-
在MFC中调用OpenGL库函数来实现二维图像的三维显示
在MFC中调用OpenGL库函数来实现二维图像的三维显示-OpenGL in MFC library function call to achieve the two-dimensional images of three-dimensional display
- 2022-03-01 12:07:51下载
- 积分: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的雾化效果 烟雾弹的样子. vc++6.0编译通过
opengl的雾化效果 烟雾弹的样子. vc++6.0编译通过-opengl atomizing effect of the smoke bombs appearance. Vc through Compiler 6.0
- 2022-02-05 21:27:52下载
- 积分:1
-
coons 边界曲面的构造例子,用opengl进行可视化,
coons 边界曲面的构造例子,用opengl进行可视化,-coons tectonic boundary surface, by using opengl for visualization,
- 2022-03-21 13:28:52下载
- 积分:1
-
这是一个OMNeT++库德一virula网状网络,我希望你们好有用
this is a omnet ++ coode for a virula mesh network that i hope you fine usefull -this is a omnet++ coode for a virula mesh network that i hope you fine usefull
- 2022-02-14 07:08:47下载
- 积分:1