-
EVC4.0环境下WinCE Opengles英文教程(带源代码)
该教程html格式。介绍了基于EVC4.0,wince下OpenGL ES的使用。里面例子很多,全部源码。但是英文教程,练习程序用的。
- 2022-08-14 02:02:02下载
- 积分:1
-
3DS文件导入
3DS文件导入-3DS file
- 2022-05-14 23:45:16下载
- 积分:1
-
这是Nehe开发的简单的OpenGL程序
这是Nehe开发的简单的OpenGL程序-This is the development of a simple procedure OpenGL
- 2022-02-05 03:35:07下载
- 积分:1
-
这是一个关于OpgL使用的实例程序。开发者可以很容易的从这个三维气球程序中学会使用OpGL.....
这是一个关于OpgL使用的实例程序。开发者可以很容易的从这个三维气球程序中学会使用OpGL.. -OpgL use of the sample program. Developers can easily balloon from the three-dimensional process learning how to use OpGL ..
- 2023-07-26 17:05:04下载
- 积分:1
-
融合多个传感器检测到的障碍数据,绘出障碍地形图
融合多个传感器检测到的障碍数据,绘出障碍地形图-Integration of multiple sensors to detect obstacles to data, topographic maps drawn obstacles
- 2022-08-09 00:07:01下载
- 积分:1
-
opengl 例程 for wince,一个简单的程序
opengl 例程 for wince,一个简单的程序-opengl routines for wince
- 2023-01-06 04:20:03下载
- 积分:1
-
《计算机图形学》中的代码,包括各种基础变换与几何实现,由浅入深...
《计算机图形学》中的代码,包括各种基础变换与几何实现,由浅入深-" Computer Graphics" in the code, including a variety of basic transformations and geometric realization of progressive approach to
- 2023-04-26 03:55:03下载
- 积分:1
-
简单的 openGL
这段代码关于 opengl 和绘制一个简单的家。有关更多信息,请阅读自述文件。
- 2022-02-05 03:41:14下载
- 积分: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开发红宝书,有系统的介绍,比较实用。
OpenGl开发红宝书,有系统的介绍,比较实用。-OpenGl Red Treasure Book for development, a system of introducing more practical.
- 2022-12-09 12:50:03下载
- 积分:1