@ -471,7 +471,6 @@ $path = new render\Path(); // 设置 光线跟
$render .= $path ;
$render .= $path ;
$sampler = new render\Sampler (); // 设置 采样器 配置参数,默认使用 Sobol 类型的自适应采样器
$sampler = new render\Sampler (); // 设置 采样器 配置参数,默认使用 Sobol 类型的自适应采样器
$sampler -> sampling -> superSampling = render\Sobol :: POW_TWO_SIX ; // 设置采样基数的倍数
$render .= $sampler ;
$render .= $sampler ;
$lightStrategy = new render\LightStrategy (); // 设置 灯光策略 类型,默认使用 LOG_POWER 类型
$lightStrategy = new render\LightStrategy (); // 设置 灯光策略 类型,默认使用 LOG_POWER 类型
@ -481,7 +480,7 @@ $filesaver = new render\FileSaver(); // 设置 文件储
$render .= $filesaver ;
$render .= $filesaver ;
$batch = new render\Batch (); // 设置 渲染终止 参数,
$batch = new render\Batch (); // 设置 渲染终止 参数,
$batch -> haltspp = 2 00; // 设置 每像素 采样达 800 则终止渲染
$batch -> haltspp = 10 00; // 设置 每像素 采样达 800 则终止渲染
// $batch->halttime = 2000; // 设置 渲染 超时参数,
// $batch->halttime = 2000; // 设置 渲染 超时参数,
$render .= $batch ;
$render .= $batch ;
@ -539,5 +538,4 @@ exec($cmd,$output,$returnVar);
if ( $returnVar == 127 ) throw new \Exception ( " Please install the luxcorerender bin file in the system directory correctly,Or add to the system environment variable " );
if ( $returnVar == 127 ) throw new \Exception ( " Please install the luxcorerender bin file in the system directory correctly,Or add to the system environment variable " );
?>
?>