Skip to content

Commit

Permalink
Merge pull request #1624 from xeokit/XCD-101-picking-overlapping-objects
Browse files Browse the repository at this point in the history
Move examples/picking/overlapping.js to examples/libs/overlappingPick.js
  • Loading branch information
xeolabs authored Aug 13, 2024
2 parents 8e5e66f + 6be068d commit e6a6249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/picking/overlapping_press.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3>Components Used</h3>
</body>
<script type="module">

import {overlappingPick} from "./overlapping.js";
import {overlappingPick} from "../libs/overlappingPick.js";
import {math, Viewer, XKTLoaderPlugin} from "../../dist/xeokit-sdk.min.es.js";

const canvas = window.document.getElementById("myCanvas");
Expand Down
4 changes: 2 additions & 2 deletions examples/picking/overlapping_wheel.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h3>Components Used</h3>
</div>
</body>
<script type="module">
alert(1);
import {overlappingPick} from "./overlapping.js";

import {overlappingPick} from "../libs/overlappingPick.js";
import {math, Viewer, XKTLoaderPlugin} from "../../dist/xeokit-sdk.min.es.js";

const canvas = window.document.getElementById("myCanvas");
Expand Down

0 comments on commit e6a6249

Please sign in to comment.