-
VC和OPGL编写的机器人控制程序
通过使用VC6.0与OPenGL,实现类人机器人的移动,各个关节的旋转,完成了类人机器人的基本操作。主要涵盖了程序基础、形体建模、渲染色彩与动画的应用开发四个方面的内容。
- 2022-01-29 04:00:21下载
- 积分:1
-
OPENGL with Visual Basic 6 Joint realize the Jupiter rotation examples, includin...
OPENGL与Visual Basic 6 联合实现的木星旋转实例,包括光源调节、Texture定义等-OPENGL with Visual Basic 6 Joint realize the Jupiter rotation examples, including the light source adjustment, Texture definition
- 2022-10-31 19:45:02下载
- 积分:1
-
opengl函数查询,是学习opengl必备的工具
opengl函数查询,是学习opengl必备的工具-opengl function query is an essential tool for learning opengl
- 2022-05-25 03:52:56下载
- 积分:1
-
nehe source code, debugging is passed, will be able to run
nehe的源代码,调试通过,能运行-nehe source code, debugging is passed, will be able to run
- 2023-07-23 20:10:03下载
- 积分:1
-
一个简单的OpenGL的LED显示程序,适合于初学者
一个简单的OpenGL的LED显示程序,适合于初学者-a simple OpenGL LED display program, which is suitable for beginners
- 2023-07-10 16:20:03下载
- 积分:1
-
opengl红宝书源代码
opengl红宝书源代码 :红宝书也更新到第七版,既含有固定管线也有可编程渲染管线。 Open GL编程指南(原书第7版)》对OpenGL以及OpenGL实用函数库进行了全面而又权威的介绍。它以清晰的语言描述了OpenGL的功能以及许多基本的计算机图形技巧,例如创建和渲染3D模型、从不同的透视角度观察物体、使用着色、光照和纹理贴图使场景更加逼真等。另外,《Open GL编程指南(原书第7版)》还深入探讨了许多高级技巧,包括纹理贴图、抗锯齿、雾和大气效果、NURBS、图像处理子集等。此外,《Open GL编程指南(原书第7版)》还对一些重要的主题进行了讨论,例如提高性能、OpenGL扩展以及跨平台技术等。
- 2022-07-02 08:25:13下载
- 积分: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
-
用纹理切片的方法绘制草地 GRASS RENDING 请赐教
用纹理切片的方法绘制草地 GRASS RENDING 请赐教
-Slicing method using texture mapping grass GRASS RENDING please enlighten
- 2022-05-14 14:56:32下载
- 积分: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
-
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术...
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术-VC single screw computer simulation calculation and simulation, the technology is OpenGL technology
- 2022-05-16 08:37:20下载
- 积分:1