Added some textures.

This commit is contained in:
Michael Mainguy 2023-10-12 14:01:09 -05:00
parent ed26d36941
commit 1c64569d9a
4 changed files with 9 additions and 2 deletions

1
package-lock.json generated
View File

@ -23,6 +23,7 @@
"dexie": "^3.2.4", "dexie": "^3.2.4",
"dexie-observable": "^4.0.1-beta.13", "dexie-observable": "^4.0.1-beta.13",
"earcut": "^2.2.4", "earcut": "^2.2.4",
"events": "^3.3.0",
"hls.js": "^1.1.4", "hls.js": "^1.1.4",
"loglevel": "^1.8.1", "loglevel": "^1.8.1",
"mxgraph": "^4.2.2", "mxgraph": "^4.2.2",

View File

@ -25,6 +25,7 @@
"@babylonjs/serializers": "^6.21.3", "@babylonjs/serializers": "^6.21.3",
"@cloudflare/workers-types": "^4.20230821.0", "@cloudflare/workers-types": "^4.20230821.0",
"@netlify/functions": "^1.6.0", "@netlify/functions": "^1.6.0",
"events": "^3.3.0",
"@typed-mxgraph/typed-mxgraph": "^1.0.8", "@typed-mxgraph/typed-mxgraph": "^1.0.8",
"@types/node": "^18.14.0", "@types/node": "^18.14.0",
"dexie": "^3.2.4", "dexie": "^3.2.4",

BIN
public/ak-alfa.glb Normal file

Binary file not shown.

View File

@ -2,8 +2,13 @@ import {defineConfig} from "vite";
/** @type {import('vite').UserConfig} */ /** @type {import('vite').UserConfig} */
export default defineConfig({ export default defineConfig({
define: { define: {},
"global": {} optimizeDeps: {
esbuildOptions: {
define: {
global: 'window',
}
}
}, },
server: { server: {
port: 3001, port: 3001,