-
VC++,OPenGL中的为了获得理想视觉和计算机处理速度,使用的LOG技术...
VC++,OPenGL中的为了获得理想视觉和计算机处理速度,使用的LOG技术-VC++, OPenGL in in order to achieve an ideal visual and computer processing speed, the use of LOG Technology
- 2022-03-11 11:57:38下载
- 积分:1
-
VC和OPGL编写的机器人控制程序
通过使用VC6.0与OPenGL,实现类人机器人的移动,各个关节的旋转,完成了类人机器人的基本操作。主要涵盖了程序基础、形体建模、渲染色彩与动画的应用开发四个方面的内容。
- 2022-01-29 04:00:21下载
- 积分:1
-
Visual C++ Entry in OpenGL programming are very helpful for beginners
Visual C++中OpenGL编程入门 对初学者有很大帮助-Visual C++ Entry in OpenGL programming are very helpful for beginners
- 2022-09-22 18:30:03下载
- 积分:1
-
Opengl的小例子,绘制了一个旋转的多面体。
Opengl的小例子,绘制了一个旋转的多面体。-Opengl small examples, drawing a rotating polyhedron.
- 2022-03-24 00:51:42下载
- 积分:1
-
freetype on opengl
freetype在opengl中的应用,调用freetype读取字体文件中的字模数据,生成纹理,并用opengl显示,完美解决字体模糊问题
- 2022-03-11 15:46:59下载
- 积分:1
-
MFC 窗口多块显示,设置三个视口用于显示,编程语言:openGL, MFC ...
MFC 窗口多块显示,设置三个视口用于显示,编程语言:openGL, MFC -MFC window plus, as I set up for three shows, programming languages : openGL, MFC
- 2022-03-15 03:08:29下载
- 积分:1
-
这个文件里面包含了现在最新的OPENGL里面最县的显示方式的说明...
这个文件里面包含了现在最新的OPENGL里面最县的显示方式的说明-The document which contains the latest current OPENGL inside most counties display note
- 2023-02-11 06:45:03下载
- 积分:1
-
quake3 bsp collision 3
quake3 bsp collision 3
- 2022-01-25 20:28:00下载
- 积分:1
-
the opengl programming procedures
c#下的opengl编程程序-the opengl programming procedures
- 2023-07-11 09:35:02下载
- 积分: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