登入選單
返回Google圖書搜尋
Interactive Computer Graphics
註釋This book is suitable for undergraduate students in computer science and engineering, for students in other disciplines who have good programming skills, and for professionals. Computer animation and graphics are now prevalent in everyday life from the computer screen, to the movie screen, to the smart phone screen. The growing excitement about WebGL applications and their ability to integrate HTML5, inspired the authors to exclusively use WebGL in the Seventh Edition of Interactive Computer Graphics with WebGL. Thisis the only introduction to computer graphics text for undergraduates that fully integrates WebGL and emphasizes application-based programming. The top-down, programming-oriented approach allows for coverage of engaging 3D material early in the course so students immediately begin to create their own 3D graphics. New To This Edition: Introduce Computer Graphics Programming with WebGL and JavaScript --WebGL is used throughout the Seventh Edition, as opposed to OpenGL in the Sixth Edition. WebGL is not only fully shader-based--each application must provide at least a vertex shader and a fragment shader--but also a version that works within the latest web browsers. --WebGL's extensive capabilities and well-defined architecture lead to a strong foundation for teaching both theoretical and practical aspects of the field and for teaching advanced concepts, including texture mapping, compositing, and programmable shaders. --All code is written in JavaScript, the language of the web. Over the past few years, JavaScript has become increasingly more powerful and the authors' experience is that students who are comfortable with Java, C, or C++ will have little trouble programming in JavaScript. --All code runs in recent web browsers. --A new chapter on interaction emphasizes the ease and flexibility with which event-driven input can be integrated with WebGL through HTML5. --Additional material on render-to-texture has been added. These techniques have become fundamental to using GPUs for a variety of compute-intensive applications such as image processing and simulation. --Additional material on displaying meshes has been added. --An efficient matrix-vector package is included. --An introduction to agent-based modeling has been added. Authors: Edward Angel is a professor of computer science, electrical and computer engineering, and media arts at the University of New Mexico. Dave Shreiner is a computer graphics specialist at ARM, Inc. Publisher's note.