ls: relocation error: libpthread.so.0: symbol __libc_dl_error_tsd, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference 升级Glibc后出现所有shell命令都不可用
# systemctl status
systemctl: relocation error: /lib64/libpthread.so.0: sy…
引入ThreeJs
import * as THREE from "three";
创建三要素(场景、相机、渲染器)
// 创建场景
const scene new THREE.Scene();
// 创建相机
const camera new THREE.PerspectiveCamera(45, // 视角window.innerWidth / window.innerHeight, // 宽高比0.1, // 近…