@eturnity/eturnity_3d 8.16.2 → 8.19.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_3d",
3
3
  "private": false,
4
- "version": "8.16.2",
4
+ "version": "8.19.0",
5
5
  "files": [
6
6
  "dist",
7
7
  "src"
@@ -295,7 +295,7 @@ export default {
295
295
  mesh.castShadow = false
296
296
  mesh.updateMatrix()
297
297
  } else {
298
- material = new THREE.MeshPhongMaterial({
298
+ material = new THREE.MeshPhysicalMaterial({
299
299
  map: texture,
300
300
  color: 0xffffff,
301
301
  side: THREE.FrontSide,
@@ -448,7 +448,7 @@ export default {
448
448
  googleMapType
449
449
  )
450
450
  }
451
- planeMaterial[indexGoogleBackground] = new THREE.MeshPhongMaterial({
451
+ planeMaterial[indexGoogleBackground] = new THREE.MeshPhysicalMaterial({
452
452
  map: planeTexture[indexGoogleBackground],
453
453
  side: THREE.DoubleSide,
454
454
  shininess: 0,