目录three切换版本transformControls不同的版本用法Class constructor _OctahedronGeometry cannot be invoked without newthree切换版本# 卸载当前版本npm uninstall three# 安装稳定的旧版本推荐 r128 或 r162npm install three0.128.0# 或者npm install three0.162.0transformControls不同的版本用法scene.add(transformControls);scene.add(transformControls.getHelper());