Explorar o código

Update DirectionalLightHelper.d.ts

Michael Herzog %!s(int64=5) %!d(string=hai) anos
pai
achega
0dd603877a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;