mitsuba-renderer / mitsuba

Mitsuba renderer main repository
GNU General Public License v3.0
1.05k stars 321 forks source link

Error moving light source scene #127

Closed Simonnnn closed 4 years ago

Simonnnn commented 4 years ago

Im trying to create a scene where the light source is moving as it described here. When opening the scene in mitsuba it gives the following error: load [ShapeGroup] instancing of emitters is not supported

mitsuba log returns this message: WARN load [properties.cpp:88] Property "toWorld" was specified multiple times!

my xml file (moving light source in cornells box):

moving-light-source.txt

Simonnnn commented 4 years ago

I found a solution that we move the whole scene and sensor instead of the emitter.