diff --git a/examples/templates/modeling.html b/examples/templates/modeling.html index a84614e..b72594d 100644 --- a/examples/templates/modeling.html +++ b/examples/templates/modeling.html @@ -18,7 +18,6 @@ import * as THREE from "three"; import { VertexNormalsHelper } from "three/addons/helpers/VertexNormalsHelper.js"; import { createOrbitScene } from "../utils/orbitScene.js"; - import { mergeGeometries } from "three/addons/utils/BufferGeometryUtils.js"; const { scene } = createOrbitScene();