* fix import statement in docs (en) * fix import statement in docs (zh)
@@ -21,7 +21,7 @@
</p>
<code>
- import { BufferGeometryUtils } from 'three/addons/utils/BufferGeometryUtils.js';
+ import * as BufferGeometryUtils from 'three/addons/utils/BufferGeometryUtils.js';
</code>
<h2>Methods</h2>
<h2>方法</h2>