fix files directory

This commit is contained in:
zaccaria.majid
2023-10-19 09:55:17 +02:00
parent c3b307aa62
commit 76bed4162a
6 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"vue": "^2.5.11",
"webgl-visualizer": "^1.2.231019-beta.940"
"webgl-visualizer": "^1.2.231019-beta.950"
},
"devDependencies": {
"babel-core": "^6.26.0",
@@ -9296,9 +9296,9 @@
}
},
"node_modules/webgl-visualizer": {
"version": "1.2.231019-beta.940",
"resolved": "https://nexus.steamware.net/repository/npm-group/webgl-visualizer/-/webgl-visualizer-1.2.231019-beta.940.tgz",
"integrity": "sha512-IbwEFPbHqogiA0d6OYQc+sxVPehlsu9qO47VjQGjGZDr3WzlNGl4a4/7DmP1hTBRLGc5FJrD5Yzd48YOx31/kw==",
"version": "1.2.231019-beta.950",
"resolved": "https://nexus.steamware.net/repository/npm-group/webgl-visualizer/-/webgl-visualizer-1.2.231019-beta.950.tgz",
"integrity": "sha512-txlK2cD3nutUNNpTocqeKl54ZI5snjIRggw2SlxV8nXL+EIZ63DG5fEl1QBa9+PRlXzZKQ2AA/T3/j/jzhcqNQ==",
"license": "ISC"
},
"node_modules/webpack": {
+1 -1
View File
@@ -11,7 +11,7 @@
},
"dependencies": {
"vue": "^2.5.11",
"webgl-visualizer": "^1.2.231019-beta.940"
"webgl-visualizer": "^1.2.231019-beta.950"
},
"browserslist": [
"> 1%",
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div id="app">
<div style="display: flex; justify-content: center; flex: wrap; align-items: center; margin-bottom: 10px; ">
<img src="src/WebGl/styles/LogoClassic_NoText.png" style="width: 175px; height: 175px;"/>
<img src="src/assets/LogoClassic_NoText.png" style="width: 175px; height: 175px;"/>
<h1 style="margin: 20px;">
EGW Web3D Viewer
</h1>
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

+1 -1
View File
@@ -24,7 +24,7 @@ import {
RepeatWrapping,
TextureLoader,
DoubleSide
} from '../threeJsLib/three.module.js';
} from '../../threeJsLib/three.module.js';
const _taskCache = new WeakMap();
+1 -1
View File
@@ -20,7 +20,7 @@ import {
RepeatWrapping,
TextureLoader,
SRGBColorSpace
} from '../threeJsLib/three.module.js';
} from '../../threeJsLib/three.module.js';
import * as fflate from '../libs/fflate.module.js';
const COLOR_SPACE_3MF = SRGBColorSpace;