出版日期:2012年02月
ISBN:9787121157059
[十位:7121157055]
页数:864
定价:¥89.00
店铺售价:¥16.20
(为您节省:¥72.80)
店铺库存:3
本
正在处理购买信息,请稍候……
我要买:
本
* 如何购买
联系店主:
15926366612
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2025-01-21 21:51:48]
张*
重庆市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2025-01-03 15:57:51]
宣城市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2024-12-20 09:43:22]
陆**
柳州市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2024-12-13 09:50:48]
闫**
鞍山市
-
100分
满分
确认收货后30天未评价,系统默认好评!
[2024-11-16 10:46:11]
谭*
恩施土家族苗族自治州
《计算机图形学(第四版)(英文版)》内容提要:
本书是一本内容丰富、取材新颖的计算机图形学著作,在前一版的基础上进行了全面扩充,增加了许多新的内容,覆盖了近年来计算机图形学的*新发展和成就。全书层次分明、**突出,并附有使用OpenGL编写的大量程序及各种效果图,是一本难得的**教材。全书共分为24章及3个附录,全面系统地讲解了计算机图形学的基本概念和相关技术。作者首先对计算机图形学进行综述;然后讲解二维图形的对象表示、算法及应用,三维图形的相关技术、建模和变换等;接着介绍光照模型、颜色模型和动画技术
《计算机图形学(第四版)(英文版)》图书目录:
1.A Survey of Computer Graphics
2.Computer Graphics Hardware
3.Computer Graphicss of tware
4.Graphics Output Primitives
5.Attributes of Graphics Primitives
6.Implementation Algorithms for Graphics Primitives and Attributes
7.Two.Dimensional Geometric Transformations
8.Two—Dimensional Viewing
9.Three.Dimensional Geometric Transformations
10.Three—Dimensional Viewing
11.Hierarchical Modeling
12.Computer Animation
13.Three—Dimensional Object Representations
14.Spline Representations
15.OtherThree—Dimensional Object Representations
16.Visible—Surface Detection Methods
17.Illumination Models and Surface—Rendering Methods
18.Texturing and Surface—Detail Methods
19.Color Models and Color Applications
20.Interactive Input Methods and Graphical User Interfaces
21.Global Illumination
22.Programmable Shaders
23.Algorithmic Modeling
24.Visualization of Data Sets
《计算机图形学(第四版)(英文版)》文章节选:
Empty regions of the space are represented by the voxel type "void." Aswith a quadtree representation, a heterogeneous octant in the region is subdivideduntil the subdivisions are homogeneous. For an octree, each node can have fromzero to eight immediate descendants.
Algorithms for generating octrees can be structured to accept definitions ofobjects in any form, such as a polygon mesh, curved surface patches, or solid-geometry constructions. For a single object, the octree can be constructed fromthe enclosing box (parallelepiped) determined by the coordinate extents of theobject.
Once an octree representation has been established for a solid object, variousmanipulation routines can be applied to the object. An algorithm for performingset operations can be applied to two octree representations for the same region ofspace. For a union operation, a new octree is constructed using the octree nodesfrom each of the input trees. To set up an intersection representation for two inputoctrees, we construct the new tree using the octants where the two objects overlap.Similarly, for a difference operation, we look for regions occupied by one objectand not the other.
A number of other octree-processing algorithms have been developed. Three-dimensional rotations, for instance, are accomplished by applying the transforma-tions to spatial regions represented by the occupied octants. To locate the visibleobjects in a scene, we can first determine whether any front octants are occupied.If not, we proceed to the octants behind the front octants. This process contin-ues until the occupied octants are located along the viewing direction. The firstobject detected along any viewing path through the spatial octants, front to back,is visible, and the information for that object can be transferred to a quadtreerepresentation for display.
《计算机图形学(第四版)(英文版)》编辑推荐与评论:
《国外计算机科学教材系列:计算机图形学(第4版)(英文版)》在选题、翻译和编辑加工过程中,为提高教材质量,我们做了大量细致的工作,包括对所选教材进行全面论证;选择编辑时力求达到专业对口;对排版、印制质量进行严格把关。对于英文教材中出现的错误,我们通过与作者联络和网上下载勘误表等方式,逐一进行了修订。《国外计算机科学教材系列:计算机图形学(第4版)(英文版)》可作为信息技术等相关专业本科生和研究生的教材或参考书,也可作为计算机图形技术人员的参考资料。