ソースを参照

Update ShadowMapViewer.d.ts

heronote 6 年 前
コミット
693789953a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      examples/jsm/utils/ShadowMapViewer.d.ts

+ 1 - 1
examples/jsm/utils/ShadowMapViewer.d.ts

@@ -1,4 +1,4 @@
-import {Light} from "../../..";
+import {Light} from "../../../src/Three";
 
 export class ShadowMapViewer {
 	constructor(light: Light)

粤ICP备19079148号