|
@@ -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';
|
|
|
|