two layers render html
Sun Apr 30 2023 17:44:33 GMT+0000 (Coordinated Universal Time)
Saved by
@yc_lan
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script async src="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.148.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.148.0/examples/jsm/"
}
}
</script>
<script type="module" src="index.js"></script>
</body>
</html>
content_copyCOPY
Comments