-
opengl人体动画设计
这是一个关于opengl的应用程序,基于MFC程序框架 ,用opengl设计人体动画,喜欢opengl的朋友可以看看,很有趣的,学习opengl的朋友也可以看看
- 2022-01-28 11:34:26下载
- 积分:1
-
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。...
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。-This is designed to use OpenGL game code book, very classic, like OpenGL friends have shared with everyone.
- 2022-03-13 14:22:00下载
- 积分:1
-
云雾特效制作
云雾特效制作--仅包含源码(包含完整的VC++使用的所有文档,可一直接打开运行)-cloud effects produced-- contains only the source code (including the use of VC integrity of all documents, can open a direct operation)
- 2023-01-28 06:45:03下载
- 积分:1
-
本程序创建太阳能系统…简单的项目
this the program to create solar system... simple projects-this is the program to create solar system... simple projects
- 2022-01-28 14:44:06下载
- 积分:1
-
VB is used to achieve the 3D graphics, OpenGL
用VB是实现的3D图形,基于OpenGL实现的,感觉挺不错的,-VB is used to achieve the 3D graphics, OpenGL-based realization, I feel pretty good,
- 2022-01-25 19:45:39下载
- 积分:1
-
数独在OpenGL
在 opengl 中的数独
电枢项目类
- 2023-06-21 00:10:05下载
- 积分:1
-
bezier曲线。简单的。
相当简单,相当之简单
bezier曲线。简单的。
相当简单,相当之简单-Bezier curves. Simple. Very simple, very simple
- 2022-03-24 15:47:53下载
- 积分:1
-
OPENGL basic program
可以实现xyz的旋转分别由up,down,left,right d,u控制;这是一个最基本的框架程序
- 2022-01-26 14:06:01下载
- 积分: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程序,有兴趣的话可以共同讨论-The most simple OpenGL program, come and discuss together if you are interested.
- 2022-03-07 01:56:53下载
- 积分:1