From 209e22fcca5e9749c472f735d79753670bc37b55 Mon Sep 17 00:00:00 2001 From: caizhitao Date: Mon, 13 Jan 2020 22:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scripts/FlashLightCtrlComponent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/FlashLightCtrlComponent.ts b/assets/scripts/FlashLightCtrlComponent.ts index 8fb6222..c87e830 100644 --- a/assets/scripts/FlashLightCtrlComponent.ts +++ b/assets/scripts/FlashLightCtrlComponent.ts @@ -76,7 +76,7 @@ export class FlashLightUBO { lightAngle: number = 45; /** - * 光束宽度 [0.0, 1.0] + * 光束宽度 [0.0, +∞] */ lightWidth: number = 0.5;