-
机器人简单的手臂
//assignment1.cpp:定义控制台应用程序的入口点。//#include";stdafx.h";#include#include#include#include#include";supportClass.h";include";Mesh.h";include";printmatrix.h";使用命名空间std;
- 2022-03-09 11:34:56下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 全屏幕-OpenGL graphic example- full-screen
- 2022-11-05 19:30:04下载
- 积分:1
-
Germany Signsoft company for Opengl programming controls things out of a can dir...
德国Signsoft公司的用于Opengl编程的控件事列1,可直接调用.3ds文件创建虚拟仿真环境。-Germany Signsoft company for Opengl programming controls things out of a can directly call .3 ds document creation of virtual simulation environment.
- 2022-01-26 04:07:11下载
- 积分:1
-
HTML5 实现3D网页canvas
此 html5 幻灯片显示代码帮助您在您的网站中添加幻灯片放映。图片/图像文件夹中您可以轻松地添加您的图片。 今天 mosly web 开发前端语言是 HTML 和 CSS。在 HTML 以后新邓氏在 html5 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 10:11:32下载
- 积分:1
-
使用OpenGL的纹理映射技术在物体表面绘制图像
使用OpenGL的纹理映射技术在物体表面绘制图像-Use OpenGL texture-mapping technology in the surface rendering image
- 2022-06-13 12:49:24下载
- 积分:1
-
图像处理程序OpenGL编程Chap08_Triangle.rar
图像处理程序OpenGL编程Chap08_Triangle.rar-Image processing procedures for OpenGL programming Chap08_Triangle.rar
- 2022-02-21 14:37:48下载
- 积分:1
-
image processing to the needs and would like to achieve th ree
本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documen
- 2023-02-17 05:45: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
-
an opengl example is the word for the realization of the source code shown relat...
一个opengl的例子 是用于实现文字显示的源代码 比较简单-an opengl example is the word for the realization of the source code shown relatively simple
- 2022-08-21 05:37:00下载
- 积分:1
-
few source codes in games
few source codes in games
- 2023-07-13 13:55:03下载
- 积分:1