Skip to content

Commit

Permalink
Move overlay.js to overlay examples
Browse files Browse the repository at this point in the history
  • Loading branch information
paireks committed Nov 23, 2024
1 parent dd2a7c7 commit 2a82be7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/overlay/floorPlan_mouseEdit.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>Resources</h3>
//------------------------------------------------------------------------------------------------------------------

import { buildPlaneGeometry, math, Mesh, PhongMaterial, ReadableGeometry, Texture } from "../../dist/xeokit-sdk.min.es.js";
import { setupOverlayAlignmentControl } from "../scenegraph/overlay.js";
import { setupOverlayAlignmentControl } from "./overlay.js";

const image = new Image();
image.src = "../../assets/images/schependomlaanPlanView.png";
Expand Down
File renamed without changes.

0 comments on commit 2a82be7

Please sign in to comment.