-
该程序是在OpenGL在完成绘制2维图画。
该程序是在OpenGL在完成绘制2维图画。-2D
- 2022-02-10 06:01:35下载
- 积分:1
-
Du Sabin和butterfly等曲面细分算法。使用openGL绘制
Du Sabin和butterfly等曲面细分算法。使用openGL绘制-Du Sabin and butterfly, and other sub-surface algorithm. Drawing use openGL
- 2022-04-22 01:32:45下载
- 积分:1
-
今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。...
今天写了个基于MFC对话框的OpenGL类:COpenGL,可以在对话框程序中使用OpenGL了,并且提供了全屏与非全屏转换的两个函数,很容易使用,速度快。-today was based MFC dialog OpenGL categories : COpenGL, in the dialog box procedure can use OpenGL, and provided a full-screen and full-screen-two conversion functions, easy to use, fast.
- 2023-07-17 08:20:04下载
- 积分:1
-
mixed use OpenGL technology to create artistic effects of the source
OpenGL中使用混合技术创造艺术效果的源程序-mixed use OpenGL technology to create artistic effects of the source
- 2022-03-07 10:09:24下载
- 积分:1
-
关于图形学大作业的字符(FONT)
关于图形学大作业的字符(FONT)-big on graphics operations of the characters (font)
- 2022-02-25 05:09:26下载
- 积分:1
-
bezier曲线。简单的。
相当简单,相当之简单
bezier曲线。简单的。
相当简单,相当之简单-Bezier curves. Simple. Very simple, very simple
- 2022-03-24 15:47:53下载
- 积分:1
-
TyphoonLabs的OpenGLES教程的原代码,所有程序均为必要的。
TyphoonLabs的OpenGLES教程的原代码,所有程序都是基于EVC++平台的-TyphoonLabs OpenGLES Directory of the original code, All procedures were based on the platform of EVC
- 2022-05-07 08:32:53下载
- 积分:1
-
目标跟踪方法
卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。卡尔曼滤波跟踪算法,完成对车辆检测和跟踪。
- 2022-05-24 17:04:29下载
- 积分: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
-
这个程序是一个win32应用程序,在VC++6.0下用Opengl绘制一个圆柱体,可以旋转等...
这个程序是一个win32应用程序,在VC++6.0下用Opengl绘制一个圆柱体,可以旋转等-This procedure is a win32 application, in VC++ 6.0 using opengl drawing a cylinder, you can rotate, etc.
- 2022-03-02 10:19:47下载
- 积分:1