fine test

This commit is contained in:
zaccaria.majid
2023-10-05 09:52:17 +02:00
parent b335069bef
commit bf1912d48a
4 changed files with 8 additions and 6 deletions
+3 -1
View File
@@ -22,7 +22,9 @@
_dimX : X,
_dimY: Y,
_fileName: "Cubo.3mf",
_showLimitedGrid: true
_showLimitedGrid: true,
_isOrtographic: true,
_modelsDir: "./src/test3/"
}
WGL.initcall(options);
+4 -4
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"vue": "^2.5.11",
"webgl-visualizer": "^1.2.231004-beta.841"
"webgl-visualizer": "^1.2.231005-beta.942"
},
"devDependencies": {
"babel-core": "^6.26.0",
@@ -9296,9 +9296,9 @@
}
},
"node_modules/webgl-visualizer": {
"version": "1.2.231004-beta.841",
"resolved": "https://nexus.steamware.net/repository/npm-group/webgl-visualizer/-/webgl-visualizer-1.2.231004-beta.841.tgz",
"integrity": "sha512-NuhXMyLzysrLIn+OCRNgtYg4vyOTQOrsXrL5XXKLqxz5tvSqORY7CED6+B6/q6urtR+Fowsie+LKWBnG3j7ceA==",
"version": "1.2.231005-beta.942",
"resolved": "https://nexus.steamware.net/repository/npm-group/webgl-visualizer/-/webgl-visualizer-1.2.231005-beta.942.tgz",
"integrity": "sha512-Fbx6Ogvo6g7lbuqQaQX33toQcoLmCbpH3c6spOwg16t02JYW+F75IUbzyUvi1FW5HM5/yNqku6ci8yOYzroJQQ==",
"license": "ISC"
},
"node_modules/webpack": {
+1 -1
View File
@@ -11,7 +11,7 @@
},
"dependencies": {
"vue": "^2.5.11",
"webgl-visualizer": "^1.2.231004-beta.841"
"webgl-visualizer": "^1.2.231005-beta.942"
},
"browserslist": [
"> 1%",
Binary file not shown.