This is wrong actually - they've been using ray tracing for ages (all ambient occlusion in PRMan is done with raytracing, by sending out occlusion rays in a hemisphere around the shading point). What's new with MU is they're using both physically-plausible shading (where the shading is based off physically-based BRDF lighting algorithms, which gives much more realistic results), and global illumination path-tracing f…
They explain the extent to which they used to use raytracing in the article - is it misrepresented? It's in a direct quote so I doubt it.
Pixar's Chris Horne Sheds New Light on Monsters University
61–70 of 123 posts
Re: Pixar's Chris Horne Sheds New Light on Monsters University
#62What sort of raytracing are they using? Are they going all the way to an unbiased global light transport algorithm (like LuxRender) or just using basic raytracing (like PovRay)? Are they using an existing renderer? If not, are they releasing their own like they did with RenderMan? Are they rendering with CPUs or with GPUs? How much time per frame does it take them with how many cores of what sort?
Interesting questions. I don't have the answers, but I can say that I can't imagine that Pixar would ever 'go all the way' to an 'unbiased' GI renderer. Our entire function in the filmmaking business is to tell a story visually, and for that you need complete control and directability of the image. This is the opposite goal of unbiased renderers. Nevertheless more tools in the tool box is always good.
Biased generally means it's interpolated with a point or irradiance cache.
Re: Pixar's Chris Horne Sheds New Light on Monsters University
#63I was wondering what Toy Story would look like if they re-rendered it with today's technology. Well, it turns out they already did! It was part of the theatrical re-releases of Toy Story and Toy Story 2 in 3D. http://www.bigscreenanimation.com/2008/09/toy-story-re-relea... Were these re-rendered versions released in 2D on Blu-ray?
Re: Pixar's Chris Horne Sheds New Light on Monsters University
#64Earlier quoted context omitted.
11.5 hours on average for Cars 2 http://news.cnet.com/8301-13772_3-20068109-52/new-technology...
They must do them heavily in parallel then; otherwise it would take 170 years to render the movie.
Re: Pixar's Chris Horne Sheds New Light on Monsters University
#65Earlier quoted context omitted.
Larger versions: http://bluraymedia.ign.com/bluray/image/article/104/1044870/... http://pixartimes.com/wp-content/uploads/2012/08/Monsters-Un...
Wow! There's actually a huge difference! Not that I'm really surprised but still.
The contrast to Brave isn't that extreme.
Re: Pixar's Chris Horne Sheds New Light on Monsters University
#66What sort of raytracing are they using? Are they going all the way to an unbiased global light transport algorithm (like LuxRender) or just using basic raytracing (like PovRay)? Are they using an existing renderer? If not, are they releasing their own like they did with RenderMan? Are they rendering with CPUs or with GPUs? How much time per frame does it take them with how many cores of what sort?
They're using uni-directional path tracing - if they're using PRMan 17 (Which I think they were), it'll probably be unbiased like with Arnold. So it's unbiased, but unidirectional, unlike LuxRender's MLT (two-way path tracing). PRMan 17's a fairly good raytracer now (Arnold was giving PRMan a bit of a kicking in this department over the last two years). All on the CPU - there's no way GPUs can cope with the size of t…
Re: Pixar's Chris Horne Sheds New Light on Monsters University
#67Earlier quoted context omitted.
They must do them heavily in parallel then; otherwise it would take 170 years to render the movie.
Yep! Rendering is very parallelizable, thank goodness. And at more than one level: You can assign different regions of a single frame to different processors, and you can also assign different frames to different processors. It's one of those special computing problems that really can be solved by throwing more silicon at it. Which is a real blessing, considering how unworkably slow it would be otherwise.
It sounds a bit like the n-body problem, which has parallel approximation algorithms, but nothing terribly straightforward.
Re: Pixar's Chris Horne Sheds New Light on Monsters University
#68Re: Pixar's Chris Horne Sheds New Light on Monsters University
#69Re: Pixar's Chris Horne Sheds New Light on Monsters University
#70Earlier quoted context omitted.
11.5 hours on average for Cars 2 http://news.cnet.com/8301-13772_3-20068109-52/new-technology...
They must do them heavily in parallel then; otherwise it would take 170 years to render the movie.