tunabrain / tungsten

High performance physically based renderer in C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motion Blur

crydalch opened this issue · comments

Looking around the repo, it looks like there is motion blur support in embree, but tungsten doesn't support motion blur itself, right? Is that planned?

Wonderful renderer, thank you for sharing it!

You're right, currently there's no motion blur support in Tungsten. It is on the roadmap, but currently I'm gearing up for the first proper release of tungsten, which means working more on making the software stable. After the first release I'll start thinking about adding new features.

Thanks for the comment! Hope it helps.