2
0
yellowtailfan 4 жил өмнө
parent
commit
ddd1af2abc

+ 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;
 
 }