Browse Source

渲染测式 案例 开发 关闭后期降噪

master
yuanjiajia 1 year ago
parent
commit
c82387b89b
  1. 4
      examples/renderTest.php

4
examples/renderTest.php

@ -340,8 +340,8 @@ $filter = new Filter();
$filter->type = Filter::TYPE_GAUSSIAN;
$filter->gaussianAlpha = 2.0;
$film->filter = $filter;
$film->width = 1024;
$film->heigth = 1024;
$film->width = 2048;
$film->heigth = 2048;
$img = new Image();
$img->effect = [new Pretreatment(),new ToneMapLinear(),new CammaCorrection()];

Loading…
Cancel
Save