Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
zalo committed Dec 29, 2023
1 parent 891ad6f commit 2a976ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ typings/

# FuseBox cache
.fusebox/

[Bb]uild
6 changes: 3 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as THREE from '../node_modules/three/build/three.module.js';
import { GUI } from '../node_modules/three/examples/jsm/libs/lil-gui.module.min.js';
import World from './World.js';
import ManifoldModule from '../node_modules/manifold-3d/manifold.js';
import { OBJLoader } from '../node_modules/three/examples/jsm/loaders/OBJLoader.js';
//import ManifoldModule from '../node_modules/manifold-3d/manifold.js';

// Tetrahedralize the test shape
const px = await PhysX();
Expand Down Expand Up @@ -49,8 +49,8 @@ export default class Main {
this.world = new World(this);

// Construct Test Shape
const manifold = await ManifoldModule();
manifold.setup();
//const manifold = await ManifoldModule();
//manifold.setup();
///** @type {manifold.Manifold} */
//let sphere = new manifold.Manifold.sphere(0.6, 32);
///** @type {manifold.Manifold} */
Expand Down

0 comments on commit 2a976ba

Please sign in to comment.