Skip to content

Commit

Permalink
Wrought iron bar example
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Nov 7, 2024
1 parent 10ed0a6 commit 8c62e18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/models/fence/wrought-iron-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
<script type="module">
import * as THREE from "three";
import GUI from "lil-gui";
import { centerMesh, Mound } from "../../../src/index.js";
import { centerMesh, WroughtIronBar } from "../../../src/index.js";
import { createOrbitScene } from "../../utils/orbitScene.js";
import { WroughtIronBar } from "../../../src/models/fence/WroughtIronBar.js";

const { scene } = createOrbitScene();
scene.background = new THREE.Color(0xe64d4d);
Expand Down

0 comments on commit 8c62e18

Please sign in to comment.