From 2a976ba7647fd9c1dbcbfe7218b59f5a284239ae Mon Sep 17 00:00:00 2001 From: Johnathon Selstad Date: Thu, 28 Dec 2023 19:08:13 -0800 Subject: [PATCH] Fix Build --- .gitignore | 2 ++ src/main.js | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 109ebc6..5248949 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,5 @@ typings/ # FuseBox cache .fusebox/ + +[Bb]uild \ No newline at end of file diff --git a/src/main.js b/src/main.js index 0c9c613..7b06332 100644 --- a/src/main.js +++ b/src/main.js @@ -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(); @@ -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} */