You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the BufferGeometryUtils you use it the wrong one. You should import like this:
import * as BufferGeometryUtils from 'three/addons/utils/BufferGeometryUtils.js';
instead of import { mergeGeometries } from 'three/examples/jsm/utils/BufferGeometryUtils';
I think the BufferGeometryUtils you use it the wrong one. You should import like this:
import * as BufferGeometryUtils from 'three/addons/utils/BufferGeometryUtils.js';
instead of
import { mergeGeometries } from 'three/examples/jsm/utils/BufferGeometryUtils';
Doc here:
https://threejs.org/docs/#examples/en/utils/BufferGeometryUtils.mergeGeometries
I know this is deprecated but this may be easily updated right?
The text was updated successfully, but these errors were encountered: