-
使用GLSL实现简单的对图像的处理包括了模糊,锐化,膨胀,侵蚀,边缘检测,和一些简单的光照...
使用GLSL实现简单的对图像的处理包括了模糊,锐化,膨胀,侵蚀,边缘检测,和一些简单的光照-GLSL realize the use of simple image processing, including fuzzy, unsharp, swelling, erosion, edge detection, and some simple light
- 2022-04-16 21:12:38下载
- 积分:1
-
本程序是基于opengl开发环境的c++代码,主要是生成门的图形.
本程序是基于opengl开发环境的c++代码,主要是生成门的图形.-opengl development environment based on the c code, the main door is generated graphics.
- 2022-10-16 18:35:03下载
- 积分:1
-
3D circle
3D circle
- 2022-04-01 04:01:18下载
- 积分:1
-
在VC中使用Opengl时的框架
在VC中使用Opengl时的框架-in VC use the framework Opengl
- 2022-10-20 19:45:03下载
- 积分:1
-
OpenGL三的火焰效果,可以控制强度和火焰的位置,…
OpenGL 实现的三种火焰效果,可以控制火焰强度及位置,含C++源码。-OpenGL three flame effect, can control the intensity and location of the flame, with C source code.
- 2023-06-01 06:55:03下载
- 积分:1
-
nurbs algorithm realize some source,
nurbs算法实现部分源码,-nurbs algorithm realize some source,
- 2022-09-27 15:35:02下载
- 积分:1
-
A very simple small program which in order to teach you how to use OpenGL to mak...
一个简单的小程序,教你用OpenGL实现简单的动画。运行后点击菜单“文件-run”就可以看到动画效果了。-A very simple small program which in order to teach you how to use OpenGL to make simple animation. Run the program then click on the manue "file-run" then you can see the animation
- 2022-10-10 04:30:03下载
- 积分:1
-
Image processing procedures for OpenGL programming Chap06_Terrain.rar
图像处理程序OpenGL编程Chap06_Terrain.rar-Image processing procedures for OpenGL programming Chap06_Terrain.rar
- 2022-07-21 04:45:29下载
- 积分:1
-
wrote GLUT programs not involve programming window, so teaching programs broadca...
编写的GLUT程序不涉及编程窗口,所以教学程序广播GLUT大多数语言,但没有内置的GLUT窗口,必须先安装GLUT
- 2022-12-27 06:50:03下载
- 积分:1
-
STL读取
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CListNodeOfCPoint3D::CListNodeOfCPoint3D( const CPoint3D& P) : data(P), nextPtr(0)
{
}
CListNodeOfCPoint3D::~CListNodeOfCPoint3D()
{
}
CPoint3D CListNodeOfCPoint3D::GetData() const
{
return data;
}
- 2022-04-23 19:55:30下载
- 积分:1