The Ray Tracer Challenge (Pragmatic Bookshelf)
Friday, 22 March 2019

Subtitled "A Test-Driven Guide to Your First 3D Renderer", this book sets you the challenge of building a photorealistic 3D renderer from scratch. Author Jamis Buck says it's easier than you think. In just a couple of weeks, build a ray-tracer that renders scenes with shadows, reflections, refraction effects, and subjects composed of various graphics primitives: spheres, cubes, cylinders and triangles. With each chapter, the reader is shown how to implement another piece of the puzzle and move the renderer that much further forward. The information is given in a language independent way in plain English, which you translate into tests and code.

<ASIN:1680502719>

Author: Jamis Buck
Publisher: Pragmatic Bookshelf
Date: March 2019
Pages: 292
ISBN: 978-1680502718
Print: 1680502719
Audience: Developers interested in ray tracing.
Level: Intermediate
Category: Graphics & Games

 

raytrace

 

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Python Distilled (Addison-Wesley)

Author: David Beazley
Publisher: Addison-Wesley
Date: September 2021
Pages: 352
ISBN: 978-0134173276
Print: 0134173279
Rating: 4
Reviewer: Alex Armstrong
Python isn't a big language but it's getting bigger all the time.



Classic Computer Science Problems in Java

Author: David Kopec
Publisher: Manning
Date: January 2021
Pages: 264
ISBN: 978-1617297601
Print: 1617297607
Audience: Java developers
Rating: 4
Reviewer: Mike James
Getting someone else to do the hard work of converting classic problems to code seems like a good idea. It all depends which problems [ ... ]


More Reviews