mmp / pbrt-v2

Source code for the version of pbrt described in the second edition of "Physically Based Rendering"
http://pbrt.org
990 stars 343 forks source link

How to use pbrt to render an animation sequences? #56

Open pengwang123 opened 8 years ago

pengwang123 commented 8 years ago

Hello, I am new to pbrt, just start to try it, I wanna render an animation sequences, maybe 150 frames, how do I set the related setting in the scene file? Hope someone can give me a guide? Thanks!

matt77hias commented 7 years ago

The pbrt-v2 "as-is" can only produce one rendering image for each run. So every individual frame must go through the full pipeline. You can of course modify pbrt-v2 yourself to support and take full advantage of animation sequences.

(Note that the AnimationTransform has nothing to do with keyframes. This Primitive is only used for adding motion blur in a single frame.)