فهرست منبع

Update DirectionalLightHelper.d.ts

Michael Herzog 5 سال پیش
والد
کامیت
0dd603877a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/helpers/DirectionalLightHelper.d.ts

+ 1 - 1
src/helpers/DirectionalLightHelper.d.ts

@@ -14,7 +14,7 @@ export class DirectionalLightHelper extends Object3D {
 
 	light: DirectionalLight;
 	lightPlane: Line;
-	targetPlane: Line;
+	targetLine: Line;
 	color: Color | string | number | undefined;
 	matrix: Matrix4;
 	matrixAutoUpdate: boolean;