From e493bfccc245292f67fbce9e151c07d61962bb5a Mon Sep 17 00:00:00 2001 From: ChenX Date: Mon, 11 Oct 2021 15:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=E5=A4=A9=E5=85=89=E5=8F=8D?= =?UTF-8?q?=E5=BC=B9=E5=BC=BA=E5=BA=A6=E6=B2=A1=E6=9C=89=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Add-on/ExportData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Add-on/ExportData.tsx b/src/Add-on/ExportData.tsx index e962e5ee0..5ed42003b 100644 --- a/src/Add-on/ExportData.tsx +++ b/src/Add-on/ExportData.tsx @@ -602,7 +602,7 @@ function ConverHemisphereLight2Data(light: HemisphereLight) // ed.Temperature = light.Temperature; - // ed.IndirectLightingIntensity = light.IndirectLightingIntensity; + ed.IndirectLightingIntensity = light.IndirectLightingIntensity; // ed.CaseShadow = light.CaseShadow; // ed.SpecularScale = light.SpecularScale;