Introduction to Computer Graphics: A Practical Learning Approach
Autor Fabio Ganovelli, Massimiliano Corsini, Sumanta Pattanaik, Marco Di Benedettoen Limba Engleză Hardback – 17 oct 2014
Introduction to Computer Graphics: A Practical Learning Approach guides students in developing their own interactive graphics application. The authors show step by step how to implement computer graphics concepts and theory using the EnvyMyCar (NVMC) framework as a consistent example throughout the text. They use the WebGL graphics API to develop NVMC, a simple, interactive car racing game.
Each chapter focuses on a particular computer graphics aspect, such as 3D modeling and lighting. The authors help students understand how to handle 3D geometric transformations, texturing, complex lighting effects, and more. This practical approach leads students to draw the elements and effects needed to ultimately create a visually pleasing car racing game. The code is available at www.envymycarbook.com
- Puts computer graphics theory into practice by developing an interactive video game
- Enables students to experiment with the concepts in a practical setting
- Uses WebGL for code examples
- Requires knowledge of general programming and basic notions of HTML and JavaScript
- Provides the software and other materials on the book’s website
Preț: 491.98 lei
Preț vechi: 654.61 lei
-25% Nou
Puncte Express: 738
Preț estimativ în valută:
94.15€ • 97.80$ • 78.21£
94.15€ • 97.80$ • 78.21£
Carte tipărită la comandă
Livrare economică 01-15 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781439852798
ISBN-10: 1439852790
Pagini: 422
Ilustrații: 204 black & white illustrations
Dimensiuni: 152 x 229 x 30 mm
Greutate: 0.84 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Locul publicării:Boca Raton, United States
ISBN-10: 1439852790
Pagini: 422
Ilustrații: 204 black & white illustrations
Dimensiuni: 152 x 229 x 30 mm
Greutate: 0.84 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Locul publicării:Boca Raton, United States
Public țintă
Academic and Professional Practice & DevelopmentCuprins
What Computer Graphics Is. The First Steps. How a 3D Model Is Represented. Geometric Transformations. Turning Vertices into Pixels. Lighting and Shading. Texturing. Shadows. Image-Based Impostors. Advanced Techniques. Global Illumination. Appendices. Bibliography. Index.
Recenzii
"The book is presented in a very accessible fashion. The authors give many examples illustrating the notations and problems considered, making the learning easier. Every chapter ends with exercises, both theoretical and programming. The book is suitable for upper-level computer science/math/physics undergraduate students with at least basic programming skills and at least elementary understanding of linear algebra and calculus."
—Krzystof Gdawiec, in Zentralblatt MATH 1308, 2015
—Krzystof Gdawiec, in Zentralblatt MATH 1308, 2015
Notă biografică
Fabio Ganovelli, Massimiliano Corsini, Sumanta Pattanaik, Marco Di Benedetto
Descriere
This text shows step by step how to implement computer graphics concepts and theory with WebGL using the EnvyMyCar (NVMC) framework as a consistent example throughout the text. This practical approach leads readers to draw the elements and effects needed to ultimately create a visually pleasing car racing game. The book explains how to handle 3D geometric transformations, texturing, complex lighting effects, and more. The code is available online.