瀏覽代碼

Examples: Fixed webgl_materials_standard_nodes.

Mr.doob 4 年之前
父節點
當前提交
66bd94b5ca
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      examples/webgl_materials_standard_nodes.html

+ 8 - 1
examples/webgl_materials_standard_nodes.html

@@ -13,9 +13,16 @@
 			<a href="http://www.polycount.com/forum/showthread.php?t=130641" target="_blank" rel="noopener">Cerberus(FFVII Gun) model</a> by Andrew Maximov.
 		</div>
 
+		<script type="importmap">
+		{
+			"imports": {
+				"three": "../build/three.module.js"
+			}
+		}
+		</script>
 		<script type="module">
 
-			import * as THREE from '../build/three.module.js';
+			import * as THREE from 'three';
 
 			import Stats from './jsm/libs/stats.module.js';