-
这只是个简单的小程序,主要是实现三维物体的绘制:在窗口绘制一个多面体和二次曲面,在代码中添加光照函数。...
这只是个简单的小程序,主要是实现三维物体的绘制:在窗口绘制一个多面体和二次曲面,在代码中添加光照函数。-This is just a simple small program, primarily to achieve three-dimensional object drawing: In the window, draw a polyhedron and second surfaces, add lighting function in the code.
- 2022-06-28 20:50:18下载
- 积分:1
-
Opengl中实现一正方形为一不停运动的画布的效果,柔软有布的质感...
Opengl中实现一正方形为一不停运动的画布的效果,柔软有布的质感-Opengl realize one square in one non-stop campaign for the canvas effect, has a soft cloth texture
- 2022-06-01 02:31:17下载
- 积分:1
-
OPENGL彩色圆环编程示例程序源代码,use openGL 所编写
OPENGL彩色圆环编程示例程序源代码,use openGL 所编写-OpenGL Programming sample program source code, prepared by the use openGL
- 2022-07-13 22:50:15下载
- 积分:1
-
TyphoonLabs的OpenGLES教程的原代码,所有程序都是基于EVC++平台的。...
TyphoonLabs的OpenGLES教程的原代码,所有程序都是基于EVC++平台的。-TyphoonLabs OpenGLES Directory of the original code, All procedures were based on the platform of EVC.
- 2022-04-29 16:43:38下载
- 积分:1
-
nehe opengl 第二课
nehe opengl 第二课-nehe opengl second cla
- 2023-05-08 10: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
-
用billboard技术画的一个火焰,可以在场景中漫游,绕着火堆转...
用billboard技术画的一个火焰,可以在场景中漫游,绕着火堆转-billboard with a painting technique flame can roam the scene, she then turn around
- 2022-03-25 09:43:03下载
- 积分:1
-
opengl画多边形源代码
这是如何用opengl画多边形的源代码,这是opengl的基础。可以用来画多边形,可以用来画凸多边形,凹多边形等,知道源代码可以更好地知道编程的原理。以便于学习opengl,这对以后学习opengl有很大的帮助。希望这对大家有很大的帮助。
- 2022-12-18 04:40:03下载
- 积分:1
-
一个实现了透视立体效果的opengl程序,在这个程序中你将开始学习如何创建三维物体,效果很不错。...
一个实现了透视立体效果的opengl程序,在这个程序中你将开始学习如何创建三维物体,效果很不错。-a lens to achieve a three-dimensional effect of opengl procedures, In this process you will begin to learn how to create three-dimensional objects, the effect is pretty good.
- 2022-04-10 03:39:38下载
- 积分:1
-
Visual OpenGL 3D images more programming source, Programming for 3D images will...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2023-03-13 22:40:04下载
- 积分:1