网站购物车   | 店铺购物车  
店铺平均得分:99.37 分,再接再厉!!!【查看全部评价】
评分 40分 50分 60分 70分 80分 90分 100分
数量 1 0 3 9 17 57 2058
本店铺共有 4 笔投诉记录,投诉率 0% ,低于平均投诉率 1% 【查看详细】
投诉类型
数量
比例
商品问题
3
75%
发货问题
1
25%
已解决
4
100%
店主称呼:东苑书店   联系方式:购买咨询请联系我  18986284335    地址:湖北省 武汉市 洪山区 珞狮路205号武汉理工大学东院
促销广告:需要书的各位亲请直接下单,我们会很快安排发货的。QQ1796600159
图书分类
店铺公告
亲,本店图书利润都很低,不接受退货,所以买家请仔细确认是否是自己想要的书。发货前我们会仔细检查,不会缺页、少页、白页、倒页,保证不影响使用。需要的话直接拍下等我们确认就是。(所有书都无光盘学习卡等)
店铺介绍
本店经营:考研 考博 考研专业课教材 教辅 公务员 司法考试 计算机类 注册会计师(CPA)四六级 剑桥商务英语(BEC)报关员 MBA MPA MPAcc 托业 雅思 托福 GRE GMAT 会计从业 初中级会计 证券从业 银行从业 日语 法语 韩语 德语 俄语 西班牙语 文艺小说等全国各大出版社丛书……
交易帮助
第一步:选择图书放入购物车。
第二步:结算、填写收货地址。
第三步:担保付款或银行汇款。
第四步:卖家发货。
第五步:确认收货、评价。
交互式计算机图形学--基于OpenGL的自顶向下方法(第五版)(英文版)
出版日期:2008年01月
ISBN:9787121072376 [十位:7121072378]
页数:828      
定价:¥95.00
店铺售价:¥95.00 (为您节省:¥0.00
店铺库存:1
注:您当前是在入驻店铺购买,非有路网直接销售。
正在处理购买信息,请稍候……
我要买: * 如何购买
** 关于库存、售价、配送费等具体信息建议直接联系店主咨询。
联系店主:购买咨询请联系我  18986284335
本店已缴纳保证金,请放心购买!【如何赔付?】
店主推荐图书:
买家对店铺的满意度评价:查看更多>>
评分
评价内容
评论人
订单图书
《交互式计算机图形学--基于OpenGL的自顶向下方法(第五版)(英文版)》内容提要:
在广泛结合OpenGL并注重图形应用编程的基础上,《交互式计算机图形学——基于OpenGL的自顶向下方法》向读者介绍了计算机图形学的核心概念。书中代码采用C和C++语言,并使用了自顶向下和面向编程的方法,使读者能够迅速地创建自己的三维图形。在结构安排上,《交互式计算机图形学——基于OpenGL的自顶向下方法》在读者学会了编写交互式图形程序之后再介绍底层的算法,如线段的绘制以及多边形填充等算法。
《交互式计算机图形学——基于OpenGL的自顶向下方法》覆盖了计算机图形学基础课程中的所有主题,包括光与材质的相互作用、明暗绘制、建模、曲线和曲面、反走样、光栅化、纹理映射和图像合成等内容。
《交互式计算机图形学——基于OpenGL的自顶向下方法》可作为计算机及相关专业本科生和研究生的计算机图形学教材,也适合作为相关程序员、工程技术人员及科研人员的参考书。
《交互式计算机图形学--基于OpenGL的自顶向下方法(第五版)(英文版)》图书目录:
CHAPTER1 GRAPHICS SYSTEMS AND MODELS
1.1 Applications of Computer Graphics
1.1.1 Display of Information
1.1.2 Design
1.1.3 Simulation and Animation
1.1.4 User Interfaces
1.2 A Graphics System
1.2.1 Pixels and the Frame Buffer
1.2.2 Output Devices
1.2.3 Input Devices
1.3 Images: Physical and Synthetic
1.3.1 Objects and Viewers
1.3.2 Light and Images
1.3.3 Image Formation Models
1.4 Imaging Systems
1.4.1 The Pinhole Camera
1.4.2 The Human Visual System
1.5 The Synthetic-Camera Model
1.6 The Programmer's Interface
1.6.1 The Pen-Plotter Model
1.6.2 Three-Dimensional APIs
1.6.3 A Sequence of Images
1.6.4 The Modeling-Rendering Paradigm
1.7 Graphics Architectures
1.7.1 Display Processors
1.7.2 Pipeline Architectures
1.7.3 The Graphics Pipeline
1.7.4 Vertex Processing
1.7.5 Clipping and Primitive Assembly
1.7.6 Rasterization
1.7.7 Fragment Processing
1.8 Programmable Pipelines
1.9 Performance Characteristics
Summary and Notes
Suggested Readings
Exercises

CHAPTER2 GRAPHICS PROGRAMMING
2.1 The Sierpinski Gasket
2.2 Programming Two-Dimensional Applications
2.2.1 Coordinate Systems
2.3 The OpenGL API
2.3.1 Graphics Functions
2.3.2 The Graphics Pipeline and State Machines
2.3.3 The OpenGL Interface
2.4 Primitives and Attributes
2.4.1 Polygon Basics
2.4.2 Polygon Types in OpenGL
2,4.3 Approximatin9 a Sphere
2.4.4 Text
2.4.5 Curved Objects
2.4.6 Attributes
2.5 Color
2.5.1 RGB Color
2.5.2 Indexed Color
2.5.3 Setting of Color Attributes
2.6 Viewing
2.6.1 The Orthographic View
2.6.2 Two-Dimensional Viewing
2.6.3 Matrix Modes
2.7 Control Functions
2.7.1 Interaction with the Window System
2.7.2 Aspect Ratio and Viewports
2.7.3 The main, display, and myinit Functions
2.7.4 Program Structure
2.8 The Gasket Program
2.9 Polygons and Recursion
2.1 0 The Three.Dimensional Gasket
2.1 O.1 Use of Three Dimensional Points
2.1 0.2 Use Of Polygons in Three Dimensions
2.10.3 Hidden—Surface Removal
2.1 1 Plotting Implicit Functions
2.1 1.1 Marching Squares
Summary and Notes
Suggested Readings
Exercises

CHAPTER3 INPUT AND INTERACTION
3.1 Interaction
3.2 Input Devices
3.2.1 Physical Input Devices
3.2.2 Logical Devices
3.2 3 Input Modes
3.3 Clients and Servers
3.4 Display Lists
3.4.1 Definition and Execution of Display Lists
3.4.2 Text and Display Lists
3.4.3 Fonts in GLUT
3.5 Display Lists and Modeling
3.6 Programming Event Driven Input
3.6.1 Using the Pointing Device
3.6.2 Window Events
3.6.3 Keyboard Events
3.6.4 The Display and Idle Callbacks
3.6.S Window Management
3.7 Menus
3.8 Picking
3.8.1 Picking and Selection Mode
3.9 A Simple CAD Program
3.10 Building Interactive Models
3.11 Animating Interactive Programs
3.11.1 The Rotating Square
3.11.2 Double Buffering
3.11.3 Using a Timer
3.12 Design of Interactive Programs
3.12.1 Toolkits.Widgets.and the Frame Buffer
3.13 Logic Operations
3.13.1 Drawing Erasable Lines
3.13.2 XOR and Color
3.13.3 Cursors and Overlay Planes
Summary and Notes
Suggested Readings
Exercises

CHAPTER4 GEOMTRIC OBJECTS AND TRANSFORMATIONS
4.1 Scalars,Points.and Vectors
4.1.1 Geometric Objects
4.1.2 Coordinate.Free Geometry
4.1.3 The Mathematical View:Vector and Affine Spaces
4.1.4 The Computer Science View
4.1.5 GeometricADTs
4.1.6 Lines
4.1.7 Affjne Sums
4.1.8 Convexity
4.1.9 Dot and Cross Products
4.2 Three-DimensionaI Primitives
4.3 Coordinate Systems and Frames
4.3.1 Representations and N.Tuples
4.3.2 Change of Coordinate Systems
4.3.3 Example Change of Representation
4.3.4 Homogeneous Coordinates
4.3.5 Example Change in Frames
4.3.6 Working with Representations
4.4 Frames in 0penGL
4.5 Modeling a Colored Cube
4.5.1 Modeling the Faces
4.5.2 Inward-and Outward.Pointing Faces
4.5.3 Data Structures for Object Representation
4.5.4 The Color Cube
4.5.5 Bilinear Interpolation
4.5.6 Vertex Arrays
4.6 Affine Transformations
4.7 Translation,Rotation-and Scaling
4.7.1 Translation
4.7.2 Rotation

CHAPTER 5 VIEWING
CHAPTER 6 LIGHTING AND SHADING
CHAPTER 7 FROM VERTICES TO FRAGMENTS
CHAPTER 8 DISCRETE TECHNIQUES
CHAPTER 9 PROGRAMMABLE SHADERS
……
《交互式计算机图形学--基于OpenGL的自顶向下方法(第五版)(英文版)》文章节选:
Tthis book is an introduction to computer graphics, with an emphasis on appli-cations vrogramming. In the first edition, which was published in 1997, I notedthat in the seven years since my previous graphics text, me nelo nan expenenceo enor-mous growthma rate of growth that exceeded most people's expectations, includingmy own. In the 11 years (and four editions) since, we have seen even more changes.Feature-length computer-animated movies have proved to be commercial and artis-tic successes. The use of computer effects in movies is standard, and it is often almostimpossible to distinguish live action from computer-generated effects. Recent hard-ware has blurred the distinction between computers and game boxes. Programmablegraphics processors provide a level of flexibility in commodity systems that was notavailable in even the most expensive workstations just a few years ago.
Not only have graphics capabilities increased, but costs have been reduced forboth high- and low-end workstations. Within the last few years, the cost of a graph-ics system that can generate over 100 million three-dimensional polygons per secondwith lighting and texture mapping has gone from over $100,000 to less than $1000.The availability of commodity graphics boards for personal computers has been espe-cially significant. These boards provide support for sophisticated three-dimensionalapplications, starting at about $100. On the software side, OpenGL remains the stan-dard programmer's interface both for writing application programs and developinghigh-level products for muhiplatform applications. OpenGL supports applicationsranin from hrge scientific visualizations to cell phone games.
A Top-Down ApproachThese recent advances and the success of the first four editions continue to reinforcemy belief in a top-down, programming-oriented approach to introductory computergraphics. Although many computer science and engineering departments now sup-port more than one course in the subject, most students will take only a single course.Such a course is placed in the curriculum after students have already studied pro-gramming, data structures, algorithms, software engineering, and basic mathematics.A class in computer graphics allows the instructor to build on these topics in a waythat can be both informative and fun. I want these students to be programming three-dimensional applications as soon as possible. Low-level algorithms, such as those thatdraw lines or fill polygons, can be dealt with later, after students are creating graphics.