Skip to content

Commit

Permalink
Gear example
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Nov 2, 2024
1 parent df3bfe6 commit 0b0f2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/models/gear.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<script type="module">
import * as THREE from "three";
import { OrbitControls } from "three/addons/controls/OrbitControls.js";
import {Gear} from "../../src/group/shapes/Gear.js";
import { GUI } from "dat.gui";
import { Gear } from "../../src/index.js";

const scene = new THREE.Scene();

Expand Down

0 comments on commit 0b0f2fb

Please sign in to comment.