日 | 一 | 二 | 三 | 四 | 五 | 六 |
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
[复位日记]
网站统计
·今日访问 : 8
·页面点击 : 12
·当前在线 : 3
2025年5月18日 星期日[阅读 12]
国内镜像 three.js 库:
<script type="importmap">
{
"imports": {
"three": "https://unpkg.ihwx.cn/three@0.176.0/build/three.module.js",
"three/examples/jsm/": "https://unpkg.ihwx.cn/three@0.176.0/examples/jsm/"
}
}
</script>
esm.sh 则可直接这样:
import * as THREE from 'https://esm.sh/three';
import { OrbitControls } from "https://esm.sh/three/examples/jsm/controls/OrbitControls";
或者指定版本:
import * as THREE from 'https://esm.sh/three@0.176.0';
import { OrbitControls } from 'https://esm.sh/three@0.176.0/examples/jsm/controls/OrbitControls';
2025': 前一则 下一则
发表评论: