diff --git a/package.json b/package.json index 78a48925..1fbd523b 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "earcut": "^2.2.3", "express-useragent": "^1.0.13", "jszip": "^3.7.1", + "logicjs": "^1.0.0", "manifold-3d": "^2.5.1", "moment": "^2.29.4", "serve-static": "^1.14.1", diff --git a/src/main/mesh.js b/src/main/mesh.js index 7c9a46fb..e7fe4834 100644 --- a/src/main/mesh.js +++ b/src/main/mesh.js @@ -15,6 +15,7 @@ // dep: mesh.build // dep: load.file // use: geo.polygons +// use: ext.logic gapp.main("main.mesh", [], (root) => { const { Quaternion } = THREE;