-
in VC, with the OpenGL charted a teapot cube with solid ball comparatively simpl...
在VC中,用OPENGL绘出一个茶壶,立方体与实心球,程序比较简单.-in VC, with the OpenGL charted a teapot cube with solid ball comparatively simple procedures.
- 2022-01-27 14:27:07下载
- 积分:1
-
a programme developed by opengl to simulate travelling the world
OPENGL 开发的天地漫游的程序 很好的例子 -a programme developed by opengl to simulate travelling the world
- 2022-01-26 02:10:02下载
- 积分:1
-
显示如何使用GPU进行通用计算,例子中使用GLSL实现高斯-拉普拉斯边缘检测算子...
显示如何使用GPU进行通用计算,例子中使用GLSL实现高斯-拉普拉斯边缘检测算子-show how to use the GPU for general purpose computing, for example the use of GLSL achieve Gaussian- Laplace operator Edge Detection
- 2023-01-28 06:05:04下载
- 积分:1
-
该程序是在OpenGL在完成绘制2维图画。
该程序是在OpenGL在完成绘制2维图画。-2D
- 2022-02-10 06:01:35下载
- 积分:1
-
opengl粒子系统开发的流星,流星的颜色由电脑随机产生,看上去效果还不错....
opengl粒子系统开发的流星,流星的颜色由电脑随机产生,看上去效果还不错.-opengl particle system development meteor, Meteor colors randomly generated by a computer, the results were pretty good looks.
- 2022-10-02 18:40:03下载
- 积分:1
-
vc写的opengl的例子
vc写的opengl的例子-vc write opengl example
- 2022-02-02 08:04:44下载
- 积分:1
-
对于在vc++环境下,对于三维模型骨架提取的各种算法的论文,对于3d骨架提取变成很有帮助,其中还有关于内窥镜技术的研究。
对于在vc++环境下,对于三维模型骨架提取的各种算法的论文,对于3d骨架提取变成很有帮助,其中还有关于内窥镜技术的研究。-For vc++ Environment, for the three-dimensional model skeleton extraction algorithm of the various papers, for the 3d skeleton extraction become useful, including studies on the endoscopic technique.
- 2022-08-08 23:12:25下载
- 积分: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工程,可以供初学者参考学习。- I do the OpenGL project, may refer to the study for the
beginner.
- 2022-04-07 08:01:03下载
- 积分:1
-
里面有在Windows下使用OpenGL绘制的几种三维基本形状作旋转的程序代码,程序精概....
里面有在Windows下使用OpenGL绘制的几种三维基本形状作旋转的程序代码,程序精概.-inside the Windows using OpenGL 3D rendering several basic shape for the rotary code, the corresponding intensive procedures.
- 2022-04-20 00:43:59下载
- 积分:1