tunabrain / tungsten

High performance physically based renderer in C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Far slower than the binary version

XBOOS opened this issue · comments

commented

Hi,
Thank you for your excellent job! I built the tungsten by myself, but found out that it is running much slower than the binary version shipped by KPCN project.
I wonder was there any settings I didn't make correctly?
And also why it doesn't output the auxiliary features EXRs even if I specified that in the scene description Json file. ( But the binary version behaves correctly with the same scene json.)

Thank you very much.

You should mention what platform you've compiled this on.

And also why it doesn't output the auxiliary features EXRs even if I specified that in the scene description Json file. ( But the binary version behaves correctly with the same scene json.)

Sounds like you compiled without OpenEXR support. It's autodetected if all the required dependencies are there.