Ver Fonte

Update API.

yellowtailfan há 4 anos atrás
pai
commit
ddd1af2abc
1 ficheiros alterados com 6 adições e 1 exclusões
  1. 6 1
      examples/jsm/lights/RectAreaLightUniformsLib.d.ts

+ 6 - 1
examples/jsm/lights/RectAreaLightUniformsLib.d.ts

@@ -1,5 +1,10 @@
+import {
+	WebGLRenderer,
+} from '../../../src/Three';
+
+
 export namespace RectAreaLightUniformsLib {
 
-	export function init(): void;
+	export function init( renderer: WebGLRenderer ): void;
 
 }