From 462113ce3d768143b4efc3ddfc9a9cdbf97c11b5 Mon Sep 17 00:00:00 2001 From: yuanjiajia <1139393632@qq.com> Date: Thu, 17 Feb 2022 14:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E2=80=9CHybridBackf?= =?UTF-8?q?orWard=E2=80=9D=E3=80=81=E2=80=9CSampler=E2=80=9D=E5=9B=9B?= =?UTF-8?q?=E4=B8=AA=E7=B1=BB=E6=96=87=E4=BB=B6=EF=BC=8Cluxcore=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E5=99=A8=E6=89=80=E6=9C=89=E5=8F=82=E6=95=B0=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E6=96=87=E4=BB=B6=E5=B7=B2=E7=BB=8F=E5=86=99=E5=AE=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scene/HybridBackforWard.php | 2 +- src/scene/Sampler.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scene/HybridBackforWard.php b/src/scene/HybridBackforWard.php index 40144cf..bc1fadd 100644 --- a/src/scene/HybridBackforWard.php +++ b/src/scene/HybridBackforWard.php @@ -4,7 +4,7 @@ namespace Blobt\Luxcore\scene; class HybridBackforWard extends BaseCfg { - + /** * @var bool 是否开启 自适应光线跟踪 参数设置 */ diff --git a/src/scene/Sampler.php b/src/scene/Sampler.php index b6e525c..ff1d4ae 100644 --- a/src/scene/Sampler.php +++ b/src/scene/Sampler.php @@ -33,7 +33,7 @@ class Sampler extends BaseCfg public $metropolis; /** - * 实例 PathDepth类、HybridBackforWard类的两个对象 + * 实例 一个Sobol类,作为默认的采样器配置参数 */ public function __construct($config = []) {