-
商业系统源码本书以OpenGL开发为核心,精心设计了36个实验。全书共分10章,既介绍了基本的图形学要素,包括2D图形和3D物体的绘制、坐标系变换、光照、材质、...
商业系统源码本书以OpenGL开发为核心,精心设计了36个实验。全书共分10章,既介绍了基本的图形学要素,包括2D图形和3D物体的绘制、坐标系变换、光照、材质、2D纹理、曲线和曲面等,又进一步引入利用OpenGL开发图形工程的各种技术,如复杂3D建模、音频系统、摄像机控制、粒子系统、人机交互技术等。
本书图文并茂、实例丰富,所有例程都是基于一个功能齐全的编程框架文件(5DG编程框架文件)开发的,代码有详细的中文注释,可读性很强。本书既可作为高校的图形学实验教材,也是学习OpenGL的理想参考书,适合具有C语言基础的读者使用。-business systems source book to OpenGL development as the core, a carefully designed experiment 36. The book is divided into 10 chapters, we introduced the basic graphics elements, including 2 D and 3 D graphic objects mapping, coordinate transformation, lighting, material quality, 2D texture, curves and surfaces. further development of the introduction of OpenGL graphics engineering technologies, such as complex 3 D modeling, audio system, Camera control, particle systems, human-computer interaction technology. The book illustrated examples of rich, All routines are based on a fully functional programming framework document (5DG programming framework document) development, code detailed Chinese translations, readabilit
- 2022-07-01 21:11:03下载
- 积分:1
-
很好的图形程序,大家需要的就下吧,很适合初学者的,
很好的图形程序,大家需要的就下吧,很适合初学者的,-good graphics program, we need on the next bar, are very suitable for beginners, Oh
- 2023-05-02 08:35:03下载
- 积分:1
-
Letra P-Java OPENGL
Letra A e letra L em JAVA OpenGL。
Letra A e letra L em JAVA OpenGL。
Letra A e letra L em JAVA OpenGL。
- 2023-05-05 07:15:02下载
- 积分:1
-
A simple to use OpenGL to read 3DS file grid data examples
一个简单的使用OpenGL读取3DS文件中的网格数据的例子-A simple to use OpenGL to read 3DS file grid data examples
- 2022-08-06 18:09:23下载
- 积分:1
-
纹理映射,教你如何对已经编好的模型进行贴图等
纹理映射,教你如何对已经编好的模型进行贴图等-Texture mapping, teach you how to have made such a good model for mapping
- 2022-03-06 00:05:57下载
- 积分:1
-
OpenGL入门实例。囊括各章节源代码。
OpenGL入门实例。囊括各章节源代码。-Getting Started with OpenGL examples. The chapters include the source code.
- 2022-04-10 22:32:41下载
- 积分:1
-
c# opengl 编写的桌子代码,挺有用的。
c# opengl 编写的桌子代码,挺有用的。-opengl table prepared by the code, quite useless.
- 2022-06-29 05:16:11下载
- 积分:1
-
基于OpenGL的视景漫游系统源码
基于OpenGL的视景漫游系统源码-OpenGL-based Visual Navigation System FOSS
- 2022-02-14 11:54:15下载
- 积分:1
-
画圆用 opengl
画出的圆圈,用 OpenGL若要绘制圆机智 opengl 需要任何图书馆、 Freeglut、 谷氨酸和 OpenGL你需要到 isd=(x-r2)(y-r2) 的功能
- 2022-09-25 10:25:03下载
- 积分:1
-
设置图像的灰度
通过彩色图象灰度化来介绍C#处理数字图像的3种方法,Bitmap类、BitmapData类和Graphics类是C#处理图像的的3个重要的类。Bitmap只要用于处理由像素数据定义的图像的对象,主要方法和属性如下: GetPixel方法和SetPixel方法,获取和设置一个图像的指定像素的颜色。 PixelFormat属性,返回图像的像素格式。 Palette属性,获取或折纸图像所使用的颜色调色板。 Height属性和Width属性,返回图像的高度和宽度。 LockBits方法和UnlockBits方法,分别锁定和解锁系统内存中的位图像素。BitmapData对象指定了位图的属性: Height属性,被锁定位图的高度。 Width属性,被锁定位图的宽度。 PixelFormat属性,数据的实际像素格式。 Scan0属性,被锁定数组的首字节地址。 Stride属性,步幅,也称扫描宽度。彩色图象灰度化24位彩色图象每个像素用3个
- 2023-04-11 05:05:04下载
- 积分:1