Skip to content

Commit

Permalink
TypeScript conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Nov 16, 2024
1 parent 9c2b0a1 commit a10a854
Show file tree
Hide file tree
Showing 115 changed files with 1,951 additions and 460 deletions.
2 changes: 1 addition & 1 deletion examples/models/cemetery/square-headstone.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>
<script type="module">
import GUI from "lil-gui";
import { SquareHeadstone, SquareHeadstoneGeometry, centerMesh } from "../../../src/index.js";
import { SquareHeadstone, SquareHeadstoneGeometry, centerMesh } from "../../../src/index";
import { createOrbitScene } from "../../utils/orbitScene.js";

const { scene, camera } = createOrbitScene();
Expand Down
Loading

0 comments on commit a10a854

Please sign in to comment.