Skip to content

Commit

Permalink
Shape examples
Browse files Browse the repository at this point in the history
Organize imports
  • Loading branch information
jasonsturges committed Dec 1, 2024
1 parent 60d5845 commit b885835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/models/shapes/gear.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 { centerObject, Gear, GearGeometry } from "../../../src/index.js";
import { Gear, GearGeometry, centerObject } from "../../../src/index.js";
import { createOrbitScene } from "../../utils/orbitScene.js";

const { scene } = createOrbitScene();
Expand Down
2 changes: 1 addition & 1 deletion examples/models/shapes/star.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 { centerObject, Star, StarGeometry } from "../../../src/index.js";
import { Star, StarGeometry, centerObject } from "../../../src/index.js";
import { createOrbitScene } from "../../utils/orbitScene.js";

const { scene } = createOrbitScene();
Expand Down

0 comments on commit b885835

Please sign in to comment.