@inweb/viewer-three 27.4.3 → 27.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/viewer-three",
3
- "version": "27.4.3",
3
+ "version": "27.4.4",
4
4
  "description": "JavaScript library for rendering CAD and BIM files in a browser using Three.js",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -35,10 +35,10 @@
35
35
  "docs": "typedoc"
36
36
  },
37
37
  "dependencies": {
38
- "@inweb/client": "~27.4.3",
39
- "@inweb/eventemitter2": "~27.4.3",
40
- "@inweb/markup": "~27.4.3",
41
- "@inweb/viewer-core": "~27.4.3"
38
+ "@inweb/client": "~27.4.4",
39
+ "@inweb/eventemitter2": "~27.4.4",
40
+ "@inweb/markup": "~27.4.4",
41
+ "@inweb/viewer-core": "~27.4.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@streamparser/json": "^0.0.22",
@@ -19,7 +19,6 @@ import {
19
19
  MathUtils,
20
20
  PerspectiveCamera,
21
21
  OrthographicCamera,
22
- DoubleSide,
23
22
  NormalBlending,
24
23
  BufferAttribute,
25
24
  LineBasicMaterial,
@@ -1143,7 +1142,6 @@ export class DynamicGltfLoader {
1143
1142
  color: 0x808080,
1144
1143
  specular: 0x222222,
1145
1144
  shininess: 10,
1146
- side: DoubleSide,
1147
1145
  });
1148
1146
  }
1149
1147
  }