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

Support motion blur #16

Closed
6 tasks done
Theverat opened this issue Dec 16, 2017 · 1 comment
Closed
6 tasks done

Support motion blur #16

Theverat opened this issue Dec 16, 2017 · 1 comment
Assignees
Labels
enhancement Additional feature

Comments

@Theverat
Copy link
Member

Theverat commented Dec 16, 2017

  • object blur
  • camera blur
  • motion blur for area lights
  • test if steps > 2 works as expected
  • handle accelerator behaviour (some, like Embree, don't support steps > 2) Embree supports it now.
  • fix bug in object motion blur: object seems to travel further than it's start and end points.

Related: LuxCoreRender/LuxCore#44

@Theverat
Copy link
Member Author

Theverat commented Jan 18, 2018

We now have a unit test for motion blur.
It passes for object motion blur (however the rendered image is not right in my opinion).

But it fails on camera motion blur, so let's investigate that first.
The matrix is not what I would expect it to be.
failing line in test
failing test on travis

edit I forgot to take the rotation into account...

BlendLuxCore v2.0 automation moved this from In progress to Done Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Additional feature
Projects
No open projects
Development

No branches or pull requests

1 participant