-
基于ati显卡使用shader实现的运动模糊效果。需要ogl的扩展和最新的显卡才能运行。开发环境使vc6+ogl2.0...
基于ati显卡使用shader实现的运动模糊效果。需要ogl的扩展和最新的显卡才能运行。开发环境使vc6+ogl2.0-ati cards based on the use of shaders to achieve the motion blur effect. T needed for the expansion and the latest graphics card to run. The development environment makes vc6+ ogl2.0
- 2023-07-17 12:35:03下载
- 积分:1
-
关于图形学大作业的多边形
关于图形学大作业的多边形-large graphics on the polygon operations
- 2023-02-28 20:10:04下载
- 积分:1
-
运用Opengl和VC实现纹理,和场景浏览
运用Opengl和VC实现纹理,和场景浏览-use Opengl and VC texture, and the scene View
- 2022-06-19 13:37:59下载
- 积分:1
-
terrian 3d opengl source
这是一个简单的演示如何使用opengl编程一个terrian。还演示了如何
- 2022-07-03 00:50:52下载
- 积分:1
-
绕任意轴旋的VC源码(OpenGl库)。学习交流。
绕任意轴旋的VC源码(OpenGl库)。学习交流。-arbitrary axis rotation around the VC-source (OpenGl library). Learning exchanges.
- 2022-03-13 17:11:43下载
- 积分:1
-
OpenGL 蓝宝书 超级宝典 第四版 英文版
作者 Richard S. Wright Jr., Benjamin Lipchak...
OpenGL 蓝宝书 超级宝典 第四版 英文版
作者 Richard S. Wright Jr., Benjamin Lipchak-OpenGL Sapphire fourth edition of the book Super Baodian English author Richard S. Wright Jr., Benjamin Lipchak
- 2023-07-29 07:35:06下载
- 积分:1
-
OpenGL water sample. Requires Visual C++ 6.0.
OpenGL water sample. Requires Visual C++ 6.0.
- 2022-03-17 19:10:31下载
- 积分:1
-
opengl开发例子,delphi开发者有用,欢迎使用.
opengl开发例子,delphi开发者有用,欢迎使用.-opengl example for delphi.welcome your reference.
- 2022-12-21 01:35:04下载
- 积分:1
-
使用cg和opengl实现的水的跳跃模拟。
使用cg和opengl实现的水的跳跃模拟。-Cg and opengl realize the use of the water jump simulation.
- 2022-03-01 19:57:15下载
- 积分: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