-
Photorealistic rendering of texture mapping: mapping the cube, using a different...
真实感绘制 之 纹理映射:绘制立方体,利用不同的方式对该立方体贴纹理-Photorealistic rendering of texture mapping: mapping the cube, using a different method on the cube texture paste
- 2022-01-31 10:04:50下载
- 积分:1
-
OpenGL编程指南
The OpenGL Programming Guide - The Redbook
-The OpenGL Programming Guide- The Redbook
- 2022-03-03 17:39:32下载
- 积分:1
-
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导...
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导入3DMAX文件的过程.-opengl write a section of procedures, the VC can be passed, but there is no problem with permit can be used as a learning example OPENGL. realize the program is three-dimensional objects rotate, the VC realize 3DMAX document under the Import process.
- 2022-01-23 10:08:57下载
- 积分:1
-
图形学程序,vc写的原始纹理实现例子,没有用opengl等图形系统,完全自写代码,推荐下载。...
图形学程序,vc写的原始纹理实现例子,没有用opengl等图形系统,完全自写代码,推荐下载。-graphics procedures, vc wrote the original texture achieve example, no use opengl other graphics system, completely self-written code to download.
- 2022-02-11 19:37:47下载
- 积分:1
-
Cb learning OPENGL application programming, this is one example of
应用cb学习OPENgl编程,这是例子1-Cb learning OPENGL application programming, this is one example of
- 2022-02-26 00:40:48下载
- 积分:1
-
将球和阴影投影在平面上,适合于三维游戏专业…
移动的小球并在平面投射阴影,适合3D游戏编程-Moving the ball and the shadow projection in the plane, suitable for 3D Game Programming
- 2022-02-02 03:19:23下载
- 积分:1
-
创建一个三角形和四边形的opengl程序,介绍了如何在窗口…
一个创建了三角形和四边形的opengl程序,介绍了如何在windows环境下绘制简单的几何图形,注释相当完美!-created a triangle and the quadrangle opengl procedures, described how the windows environment drawing simple geometric figure, the Notes quite perfect!
- 2023-02-16 19:50:04下载
- 积分:1
-
"Both Super OpenGL (2nd Edition)" in the book, usually one each devote...
《OpenGL超级宝典(第二版)》
在本书中,通常每章介绍一个方面的编程主题,并在同一章中给出与此编程主题相关的大量函数及函数说明。另外,许多函数还提供了实用的示例,使读者可以直接在自己的程序中借鉴参考。
本书内容丰富而全面、结构清晰、层次分明,适用于使用OpenGL编程的各个层次的程序员。
本书是有关OpenGL的参考书,它的内容完整而全面,专为使用OpenGL的新版本进行编程的Windows程序员而写。本书适用于希望掌握OpenGL并提高其图形编程的程序员,既可以作为参考书,也可以作为学习教程。-"Both Super OpenGL (2nd Edition)" in the book, usually one each devoted to the theme programming, and in the same chapter, and this program is relevant to the subject of a large number of functions and function note. In addition, many functions also provide practical examples, so readers can directly in their own procedures builds. The book is rich in content and comprehensive, clear, structured and applicable to the use of OpenGL programming at all levels of programmers. The book is a reference book on OpenGL, and its content is complete and comprehensive and is designed for use OpenGL Programming for the new version of Windows programmers writing. The book apply to the master and improve OpenGL graphics programmin
- 2023-06-25 12:10:06下载
- 积分:1
-
这是一个对矩阵的操作算法,即使对矩阵进行转置和乘法。用C语言实现的。...
这是一个对矩阵的操作算法,即使对矩阵进行转置和乘法。用C语言实现的。-This is a matrix operation algorithm, even for matrix transpose and multiplication. Realized with C language.
- 2022-03-23 16:40:52下载
- 积分:1
-
使用OpenGL绘制三维钻石心形状参数
应用背景我们需要用不同的形状画出一个三维钻石。我开始听了它的形状。用户希望这个形状能在三维空间中绘制,比如用户可以改变任何形状的参数。像直径,表的大小,gurdle大小,pavallion角,起始角度,等等。OpenGL在三维形状画什么好的开发工具。所以我更愿意选择它。关键技术在这个项目中我使用一个开源的三维图形库调用opengl。我做了很多计算,以画一个心形。首先,我创建顶点,然后我画不同的面和存储在一些数组中。并通过适当的方式,根据给定的参数,钻石心形状相结合,生成的钻石心形状;
- 2022-07-21 14:45:06下载
- 积分:1