Skip to content

Use BufferGeometryUtils.mergeGeometries instead of mergeGeometries from the examples #194

Description

@SteamWind

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions