BufferGeometry Groups 实现动态高亮区域edit icon

创建者:
用户tnhBzOUO
Fork(复制)
下载
嵌入
BUG反馈
index.html
style.css
index.js
index.html
            
            <!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="./style.css">
  <script src="./index.js"></script>
</head>

<body>
  <canvas id="c"></canvas>
  <script  type="importmap">{
    "imports": {
        "three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174.0/three.module.min.js"
    }
}</script>
</body>

</html>
        
编辑器加载中
预览
控制台