xzw 2 năm trước cách đây
mục cha
commit
71d721c823
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/custom/modules/panos/Panorama.js

+ 2 - 1
src/custom/modules/panos/Panorama.js

@@ -266,8 +266,9 @@ class Panorama extends THREE.EventDispatcher{
         });
         texture.wrapS = THREE.RepeatWrapping;
         texture.flipY = false 
-        texture.magFilter = THREE.LinearFilter
+        texture.magFilter = THREE.LinearFilter 
         texture.minFilter = THREE.LinearFilter
+        texture.generateMipmaps = false
 	}