Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pengwang123 opened this issue May 7, 2016 · 1 comment
Open

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

pengwang123 opened this issue May 7, 2016 · 1 comment

Comments

@pengwang123
Copy link

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
Copy link

matt77hias commented Sep 29, 2016

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants