|
@@ -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
|
|
|
}
|
|
|
|
|
|
|