Font problem fixed

October 8, 2011

in Visual Effects

It was brought to my attention that the PDF file for Production Volume Rendering 1 had some bad fonts which cause Adobe Reader to hang when viewing certain pages. A version that fixes the issue has been uploaded to the course page.

{ 1 comment }

The course notes for the second course are being uploaded – head over to the course page to download them. There’s lots of interesting new material this year.

If you’re at SIGGRAPH, the presentation is at 2pm, West Building, Rooms 211-214. See you there!

{ 0 comments }

The course notes for Production Volume Rendering 1 – Fundamentals have been posted at the course page. Look for the second PDF in the coming days.

{ 0 comments }

For SIGGRAPH 2011 we will be presenting the volumetric methods course again, although with some exciting changes. We’ve split the course in two parts: Fundamentals and Systems, roughly corresponding to the first and second part of last year’s course. The first course will be a 1.5h session and the second course a half-day, which will let us include even more material. We are also excited to have Weta Digital join us for the second course. Course notes will be available here a week or so before the conference.

I will also be presenting a talk on smoke simulation.

{ 0 comments }

Starting out

April 10, 2011

in Volume Rendering

Having worked on the book and its renderer for a few months, it’s interesting to look back and see how the project has shaped itself. The majority of the work I’ve done so far has gone into the code base; my thought all along has been to write only about techniques that really work, and to do that I must implement all the parts that make up a simple, but fully functional renderer.

One question I got early on was: are you releasing a real production volume renderer? The answer is both yes and no. What I’m working on is and will be a fully functional renderer. It has a C++/Python interface. It implements the same kind of modeling primitives and the same kind of rendering algorithms that we use for production work. But at the same time, it is primarily an educational tool. The subject of production volume rendering is very new, and I believe the most important thing is to provide a good overview of how an entire system can be constructed. I’ve chosen to focus on the structure of the renderer, and on illustrating the core functionality of each module, rather than on high performance. For example, I’ve chosen not to multithread or GPU accelerate the system, because I believe the added complexity of the code would mask what the book is really about – which is an introduction to the fundamental aspects of production volume rendering.

And with that, I leave you with the only possible (for a renderer) first image:

{ 0 comments }

Book in the works

February 13, 2011

I’m happy to announce that I have a book on production volume rendering in the works. It will be published by AK Peters and it’s scheduled for this fall. When it comes to computer graphics books, I’ve always appreciated those that include a working implementation of the algorithms they describe. Matt Pharr and Greg Humphrey’s [...]

Read the full article →

The Xpan Book

September 2, 2010

Matthew Joseph has compiled a book of photographs taken using Hasselblad’s wonderful (but sadly discontinued) Xpan camera. It’s called The Xpan Book, and I’m lucky enough to have had two pictures selected. The book can be purchased through Blurb, and all proceeds go to charity.

Read the full article →

Course notes available

July 25, 2010

We’ve finally finished the course notes for Volumetric Methods in Visual Effects. You can find the PDF here. Looking forward to the Wednesday presentation now.

Read the full article →

Volume Rendering Course – Siggraph 2010

April 19, 2010

I will be teaching a course on volume rendering for visual effects production at Siggraph 2010. Myself and Nafees Bin Zafar (of Dreamworks Animation) are organizing the course, and co-presenting are Jeff Clifford (Double Negative), Andrew Clinton (Side Effects Software Inc.), Devon Penney (PDI/DreamWorks) and Jerry Tessendorf (Rhythm & Hues Studios) Course details at: http://www.siggraph.org/s2010/for_attendees/courses

Read the full article →