Explorar o código

Correct to perspective camera

supereggbert %!s(int64=6) %!d(string=hai) anos
pai
achega
a59e4edd1f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/lights/PointLightShadow.d.ts

+ 2 - 2
src/lights/PointLightShadow.d.ts

@@ -1,8 +1,8 @@
-import { OrthographicCamera } from './../cameras/OrthographicCamera';
+import { PerspectiveCamera } from './../cameras/PerspectiveCamera';
 import { LightShadow } from './LightShadow';
 
 export class PointLightShadow extends LightShadow {
 
-	camera: OrthographicCamera;
+	camera: PerspectiveCamera;
 
 }