sapo17 / BachelorThesis

Simple material parameter estimator tool using Mitsuba 3 and Dr.Jit.
2 stars 0 forks source link

Crash on restarting optimization #17

Closed sapo17 closed 1 year ago

sapo17 commented 1 year ago

The crash cause seems to come from:

MaterialOptimizerController::getCurrentSceneParams(self)

Every scene parameter is assumed to be mi.Color3f (!)

sapo17 commented 1 year ago

Fix