Picture 1 of 1

Gallery
Picture 1 of 1

Computer Graphics from Scratch: A Programmer's Introduction to 3D Rendering
US $17.61
Approximately£13.02
Condition:
Good
A book that has been read, but is in good condition. Minimal damage to the book cover eg. scuff marks, but no holes or tears. If this is a hard cover, the dust jacket may be missing. Binding has minimal wear. The majority of pages are undamaged with some creasing or tearing, and pencil underlining of text, but this is minimal. No highlighting of text, no writing in the margins, and no missing pages. See the seller’s listing for full details and description of any imperfections.
Last one1 sold
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Postage:
Free Standard Shipping.
Located in: Sparks, Nevada, United States
Delivery:
Estimated between Thu, 12 Jun and Tue, 17 Jun to 94104
Returns:
30 days return. Buyer pays for return postage. If you use an eBay delivery label, it will be deducted from your refund amount.
Payments:
Shop with confidence
Seller assumes all responsibility for this listing.
eBay item number:403985444426
Item specifics
- Condition
- Book Title
- Computer Graphics from Scratch: A Programmer's Introduction to 3D
- Publication Date
- 2021-05-13
- Pages
- 248
- ISBN
- 9781718500761
About this product
Product Identifiers
Publisher
No Starch Press, Incorporated
ISBN-10
1718500769
ISBN-13
9781718500761
eBay Product ID (ePID)
23038510564
Product Key Features
Number of Pages
248 Pages
Language
English
Publication Name
Computer Graphics from Scratch : a Programmer's Introduction to 3d Rendering
Subject
Computer Graphics, Programming / Algorithms, General
Publication Year
2021
Type
Textbook
Subject Area
Computers, Technology & Engineering
Format
Trade Paperback
Dimensions
Item Height
0.6 in
Item Weight
20.1 Oz
Item Length
9.2 in
Item Width
7 in
Additional Product Features
Intended Audience
Trade
LCCN
2020-056364
Reviews
"If you've ever wanted to peek behind the curtain and understand how [computer graphics] work, here you've got it in a step-by-step process. . . . A nice resource to have to learn about the basics of computer graphics. . . . If you want to jump in and learn about computer graphics or get an understanding of how ray tracing works, this is a good choice." --Game From Scratch "There's enough information in his book for a university course. In fact, the book is based on the course Gambetta taught before he became a senior engineer at Google." --Joy Schwabach, Arkansas Democrat Gazette 's On Computers "One of the best textbooks I have ever seen! . . . I am in awe of the simplicity of the math and science involved. It feels a lot like I am wielding magical powers that I've always thought were beyond my reach. [Gabriel Gambetta has] absolutely managed to demystify the process. I guess it's a sort of 'the power was within you the whole time' kind of moment." --/u/Grakkam, Reddit "I love it. I love fundamental and foundational books like this. It's not tied to language or platform so doesn't get dated. I learned SO MUCH going through this book. . . . I definitely recommend this book if learning computer graphics fundamentals is something you're curious about." --Dylan Bennett, Curator of PiGameDev, "If you've ever wanted to peek behind the curtain and understand how [computer graphics] work, here you've got it in a step-by-step process. . . . A nice resource to have to learn about the basics of computer graphics. . . . If you want to jump in and learn about computer graphics or get an understanding of how ray tracing works, this is a good choice." --Game From Scratch "There's enough information in his book for a university course. In fact, the book is based on the course Gambetta taught before he became a senior engineer at Google." --Joy Schwabach, Arkansas Democrat Gazette 's On Computers "One of the best textbooks I have ever seen! . . . I am in awe of the simplicity of the math and science involved. It feels a lot like I am wielding magical powers that I've always thought were beyond my reach. [Gabriel Gambetta has] absolutely managed to demystify the process. I guess it's a sort of 'the power was within you the whole time' kind of moment." --/u/Grakkam, Reddit "I love it. I love fundamental and foundational books like this. It's not tied to language or platform so doesn't get dated. I learned SO MUCH going through this book. . . . I definitely recommend this book if learning computer graphics fundamentals is something you're curious about." --Dylan Bennett, Curator of PiGameDev " Computer Graphics from Scratch is a great jumping-off point for those who want to learn more about raytracing and rasterization." --Julia Roth, Geek Girl Authority, "If you've ever wanted to peek behind the curtain and understand how [computer graphics] work, here you've got it in a step-by-step process. . . . A nice resource to have to learn about the basics of computer graphics. . . . If you want to jump in and learn about computer graphics or get an understanding of how ray tracing works, this is a good choice." --Game From Scratch "There's enough information in his book for a university course. In fact, the book is based on the course Gambetta taught before he became a senior engineer at Google." --Joy Schwabach, Arkansas Democrat Gazette 's On Computers "One of the best textbooks I have ever seen! . . . I am in awe of the simplicity of the math and science involved. It feels a lot like I am wielding magical powers that I've always thought were beyond my reach. [Gabriel Gambetta has] absolutely managed to demystify the process. I guess it's a sort of 'the power was within you the whole time' kind of moment." --/u/Grakkam, Reddit, "If you've ever wanted to peek behind the curtain and understand how [computer graphics] work, here you've got it in a step-by-step process. . . . A nice resource to have to learn about the basics of computer graphics. . . . If you want to jump in and learn about computer graphics or get an understanding of how ray tracing works, this is a good choice." --Game From Scratch
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
006.6
Table Of Content
Introduction 1. Introductory Concepts Part I: Raytracing 2. Basic Raytracing 3. Light 4. Shadows and Reflections 5. Extending the Raytracer Part II: Rasterization 6. Lines 7. Filled Triangles 8. Shaded Triangles 9. Perspective Projection 10. Describing and Rendering a Scene 11. Clipping 12. Removing Hidden Surfaces 13. Shading 14. Textures 15. Extending the Rasterizer Appendix A: Linear Algebra
Synopsis
Computer Graphics from Scratch demystifies the algorithms used in modern graphics software and guides beginners through building photorealistic 3D renders. Computer graphics programming books are often math-heavy and intimidating for newcomers. Not this one. Computer Graphics from Scratch takes a simpler approach by keeping the math to a minimum and focusing on only one aspect of computer graphics, 3D rendering. You'll build two complete, fully functional renderers: a raytracer, which simulates rays of light as they bounce off objects, and a rasterizer, which converts 3D models into 2D pixels. As you progress you'll learn how to create realistic reflections and shadows, and how to render a scene from any point of view. Pseudocode examples throughout make it easy to write your renderers in any language, and links to live JavaScript demos of each algorithm invite you to explore further on your own. Learn how to: - Use perspective projection to draw 3D objects on a 2D plane - Simulate the way rays of light interact with surfaces - Add mirror-like reflections and cast shadows to objects - Render a scene from any camera position using clipping planes - Use flat, Gouraud, and Phong shading to mimic real surface lighting - Paint texture details onto basic shapes to create realistic-looking objects Whether you're an aspiring graphics engineer or a novice programmer curious about how graphics algorithms work, Gabriel Gambetta's simple, clear explanations will quickly put computer graphics concepts and rendering techniques within your reach. All you need is basic coding knowledge and high school math. Computer Graphics from Scratch will cover the rest., Demystifies the algorithms used in modern graphics software with basic programming and secondary school maths., Computer Graphics from Scratch demystifies the algorithms used in modern graphics software and guides beginners through building photorealistic 3D renders. Computer graphics programming books are often math-heavy and intimidating for newcomers. Not this one. Computer Graphics from Scratch takes a simpler approach by keeping the math to a minimum and focusing on only one aspect of computer graphics, 3D rendering. You'll build two complete, fully functional renderers- a raytracer, which simulates rays of light as they bounce off objects, and a rasterizer, which converts 3D models into 2D pixels. As you progress you'll learn how to create realistic reflections and shadows, and how to render a scene from any point of view. Pseudocode examples throughout make it easy to write your renderers in any language, and links to live JavaScript demos of each algorithm invite you to explore further on your own. Learn how to- Use perspective projection to draw 3D objects on a 2D plane Simulate the way rays of light interact with surfaces Add mirror-like reflections and cast shadows to objects Render a scene from any camera position using clipping planes Use flat, Gouraud, and Phong shading to mimic real surface lighting Paint texture details onto basic shapes to create realistic-looking objects Whether you're an aspiring graphics engineer or a novice programmer curious about how graphics algorithms work, Gabriel Gambetta's simple, clear explanations will quickly put computer graphics concepts and rendering techniques within your reach. All you need is basic coding knowledge and high school math. Computer Graphics from Scratch will cover the rest.
LC Classification Number
T385
Item description from the seller
Seller business information
About this seller
AlibrisBooks
98.5% positive Feedback•1.9M items sold
Registered as a business seller
Seller Feedback (506,934)
This item (1)
All items (506,934)
- c***v (994)- Feedback left by buyer.Past monthVerified purchaseQuick Shipping! A+++ Seller!!!
- a***e- Feedback left by buyer.Past 6 monthsVerified purchaseProfessional Seller; Wide Inventory Selection; Competitive Prices; Great Communication; FAST Ship; Item Safely & Well-Packaged; Item Accurately Described in Listing; Item of High Quality and in Mint Condition; Appearance of Item is Great! Highly Recommended; Hope to Do Business with Again! Thank You Very Much!
- u***e (859)- Feedback left by buyer.Past 6 monthsVerified purchaseAbsolutely delightful seller! As pictured and described, fast shipping, and great communication! Excellent packaging and a phenomenal value! This seller is an extremely valuable asset to the eBay community! A++++! ✨🥇✨Rita Ackermann: Hidden by Rita Ackermann: Used (#286214968202)
- a***a (530)- Feedback left by buyer.Past monthVerified purchaseReceived quickly - Fine condition - Well packed - Exact description - Great value - Top quality - Looks very good - Trusted seller – Good communication - Excellent service