-
OpenGL写的下雪场景
OpenGL写的下雪场景-OpenGL write snow scenes
- 2022-09-01 07:35:03下载
- 积分:1
-
On the octree for collision c++ Examples in great detail on the application of o...
关于八叉树用于碰撞的c++例子,很详细,对八叉树的应用作了很好的解释-On the octree for collision c++ Examples in great detail on the application of octree made a good explanation
- 2023-01-23 23:05:03下载
- 积分:1
-
这是OpenGL开发利用三
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!-This is the use of OpenGL to develop three-dimensional game code book, very classic favorite has to share with friends!
- 2022-11-29 20:40:03下载
- 积分:1
-
oglu_reflective_bump_mapping,是一个使用opengl 绘制bump的一个粒子,使用了cg语言做为shader的渲染语言,希望对大家所...
oglu_reflective_bump_mapping,是一个使用opengl 绘制bump的一个粒子,使用了cg语言做为shader的渲染语言,希望对大家所帮助-oglu_reflective_bump_mapping, is a use of a bump mapping opengl particles, the use of language as a cg rendering shader language, and they hope to help everyone
- 2023-02-07 06:45:03下载
- 积分:1
-
实现了氢原子电子绕核运动的立体仿真,可随意更换视角,用OPENGL编写...
实现了氢原子电子绕核运动的立体仿真,可随意更换视角,用OPENGL编写-achieve a hydrogen atom electronic nuclear movement around the three-dimensional simulation, free replacement of perspective and using OpenGL prepared
- 2022-04-28 16:16:17下载
- 积分:1
-
一个简单的OPENGL画球和立方体的程序。用鼠标拖动可以在视图上画出相应大小的球和立方体,并在树型列表中显示个数和名称。并与视图中的球和立方体相关联。能在视图中...
一个简单的OPENGL画球和立方体的程序。用鼠标拖动可以在视图上画出相应大小的球和立方体,并在树型列表中显示个数和名称。并与视图中的球和立方体相关联。能在视图中改变位置和大小。-a simple OpenGL ball and cube painting process. Drag the mouse can be used in the corresponding view on the size of a paint ball and cube and the tree list shows the number and names. And with the view of the ball and the associated cube. Views can change in location and size.
- 2022-05-24 16:55:54下载
- 积分: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
-
这是实时光线跟踪的演示,没有使用openGL、directx3d等三维引擎,真实感特别强烈。...
这是实时光线跟踪的演示,没有使用openGL、directx3d等三维引擎,真实感特别强烈。-This is a real-time ray tracing demo, do not use openGL, directx3d such as three-dimensional engine, realism is particularly strong.
- 2022-03-16 12:10:58下载
- 积分:1
-
OpenGL三维图形程序设计,绝对经典
OpenGL三维图形程序设计,绝对经典-OpenGL three dimensions programing ! sutra!
- 2022-03-03 22:39:17下载
- 积分:1
-
使用opengl绘制一个茶壶,可以旋转,拖拽,变换纹理
使用opengl绘制一个茶壶,可以旋转,拖拽,变换纹理-draw a teapot using opengl, you can rotate, change the texture
- 2023-04-09 12:45:03下载
- 积分:1