Re: Additional Sunflow options (tests)

by enkonyito » Tue Jun 04, 2019 4:32 am

* Option:
-showaa
Display sampling levels per pixel for bucket renderer.
Default value: showAA = false.

SH3D implementation:
[font=courier new]boolean showAA = false;
this.sunflow.parameter("aa.display", !showAA);
this.sunflow.options(SunflowAPI.DEFAULT_OPTIONS);[/font]

showAA = true
Image Image
Image Image Image

showAA = false
Image