Hello,
after a little more research and according to this
Apple Developer Page the info.plist should look like this:
<key>VMOptions</key>
<array>
<string>-Dcom.eteks.sweethome3d.j3d.PhotoRenderer.highQuality.globalIllumination=path</string>
<string>-Dcom.eteks.sweethome3d.j3d.PhotoRenderer.highQuality.diffusedBounces=3</string>
<string>-Dcom.eteks.sweethome3d.j3d.PhotoRenderer.highQuality.causticsPhotons=1000000</string>
<string>-Xmx1024m</string>
</array>
But as Hans I still get black pictures. What am I missing here?
Thank you very much for your help.
-Markus