-
编译程序所需的.H、.LIB、.DLL文件可以在OpenGL开发库中找到。
编译Chapter12中的程序需要安装DirectX81SDK,可以从网上下载。...
编译程序所需的.H、.LIB、.DLL文件可以在OpenGL开发库中找到。
编译Chapter12中的程序需要安装DirectX81SDK,可以从网上下载。-compiler required. H,. LIB,. DLL files in the development of the OpenGL found. Chapter12 compile the procedures need to install DirectX81SDK can be downloaded from the Internet.
- 2023-03-31 20:40:05下载
- 积分:1
-
A simple example of virtual roaming. OpenGL on the beginner very helpful
一个简单的虚拟漫游实例。对初学OPenGL非常有帮助-A simple example of virtual roaming. OpenGL on the beginner very helpful
- 2022-01-28 00:36:40下载
- 积分:1
-
模仿人的手臂的opengl3D程序,通过鼠标和键盘进行交互
模仿人的手臂的opengl3D程序,通过鼠标和键盘进行交互-imitate the arm opengl3D procedures, through mouse and keyboard interaction
- 2022-12-24 00:20:04下载
- 积分:1
-
OpenGL System source code accompanying article
OpenGL系统开发篇所附源代码-OpenGL System source code accompanying article
- 2022-05-05 04:30:13下载
- 积分:1
-
摄像头控制程序
应用背景基于C++开发的摄像头控制程序,用了OPENCV库进行图像处理,完整实现了摄像头的开启运行及截图等功能,可供相关方面初学者学习借鉴使用关键技术使用C++作为开发语言开发,用了OPENCV库中的函数进行图像处理,编译工程前需要安装OPENCV并确认各个库的路径正确,否则会出错
- 2022-05-14 08:52:52下载
- 积分:1
-
根据nehe的教程5修改而来的简单的漫游程序。
源码包括整个工程文件...
根据nehe的教程5修改而来的简单的漫游程序。
源码包括整个工程文件-According to nehe tutorial five changes from the simple roaming procedure. Source include the entire project file
- 2022-07-25 10:33:39下载
- 积分: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读取obj模型的程序源代码
这是一个用C++和opengl图形库,写的加载obj格式的文件源码。可以实现对多种模型文件的读取。介绍了当今流行的三维作图工具Maya,阐述了Maya生成的OBJ三维格式,如何将OBJ格式文件在OpenGL(OpenGraphic
Library)中进行输入和处理。重点介绍了OBJ文件的文件格式及怎样利用程序代码来构建模型数据结构、绘制对象模型,然后运用
OpenGL的强大功能实现三维显示和交互操作
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-15 21:32:00下载
- 积分:1
-
opengl sdk文档
opengl sdk文档-opengl sdk Documents
- 2022-05-23 23:13:06下载
- 积分:1
-
use OpenGL combination VC environment produced by the small examples, very good...
利用OpenGL结合VC开发环境制作的小例子,很不错的立体图形-use OpenGL combination VC environment produced by the small examples, very good 3-D graphics
- 2022-08-19 08:29:50下载
- 积分:1