Update third-party libraries.
This commit is contained in:
parent
8ebcba7591
commit
fbf946c54e
1521
package-lock.json
generated
1521
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -60,26 +60,26 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.1.0",
|
||||
"esbuild": "^0.18.0",
|
||||
"esbuild": "^0.19.0",
|
||||
"eslint": "^8.29.0",
|
||||
"eslint-plugin-unused-imports": "^3.0.0",
|
||||
"fantasticon": "^1.2.2",
|
||||
"http-server": "^14.0.0",
|
||||
"jsdoc": "^4.0.0",
|
||||
"mocha": "^10.2.0",
|
||||
"oslllo-svg-fixer": "^2.2.0",
|
||||
"rollup": "^3.9.1",
|
||||
"oslllo-svg-fixer": "^3.0.0",
|
||||
"rollup": "^4.0.2",
|
||||
"run-python3": "^0.0.5",
|
||||
"svgo": "^3.0.2",
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@simonwep/pickr": "1.8.2",
|
||||
"@simonwep/pickr": "1.9.0",
|
||||
"draco3d": "1.5.6",
|
||||
"fflate": "0.8.0",
|
||||
"fflate": "0.8.1",
|
||||
"occt-import-js": "0.0.21",
|
||||
"rhino3dm": "7.15.0",
|
||||
"three": "0.154.0",
|
||||
"three": "0.157.0",
|
||||
"web-ifc": "0.0.39"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@ -45,8 +45,8 @@ export class ShadingModel
|
||||
|
||||
this.type = ShadingType.Phong;
|
||||
this.cameraMode = CameraMode.Perspective;
|
||||
this.ambientLight = new THREE.AmbientLight (0x888888);
|
||||
this.directionalLight = new THREE.DirectionalLight (0x888888);
|
||||
this.ambientLight = new THREE.AmbientLight (0x888888, 1.0 * Math.PI);
|
||||
this.directionalLight = new THREE.DirectionalLight (0x888888, 1.0 * Math.PI);
|
||||
this.environmentSettings = new EnvironmentSettings (null, false);
|
||||
this.environment = null;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user