瀏覽代碼

Update API.

yellowtailfan 4 年之前
父節點
當前提交
ddd1af2abc
共有 1 個文件被更改,包括 6 次插入1 次删除
  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;
 
 }