From cf9f09eba0560360f90ec806d4fc8fa39ed80de0 Mon Sep 17 00:00:00 2001 From: tuyenio Date: Wed, 24 Jun 2026 16:18:43 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20b=E1=BB=8F=20LQIP=20nh=C3=A1nh=20ch?= =?UTF-8?q?uy=E1=BB=83n=20c=E1=BA=A3nh=20(kh=C3=B4ng=20hi=E1=BB=83n=20th?= =?UTF-8?q?=E1=BB=8B),=20gi=E1=BB=AF=20blur-up=20c=E1=BA=A3nh=20=C4=91?= =?UTF-8?q?=E1=BA=A7u?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- src/app/components/VirtualTour.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/components/VirtualTour.tsx b/src/app/components/VirtualTour.tsx index bf7cf74..fd7e55a 100644 --- a/src/app/components/VirtualTour.tsx +++ b/src/app/components/VirtualTour.tsx @@ -1653,11 +1653,6 @@ function TourExperience({ if (cachedTexture) { prepareTransitionTexture(cachedTexture); } else { - const lqipTexture = loadLqipTexture(scene.image); - if (lqipTexture) { - transitionMaterial.map = lqipTexture; - transitionMaterial.needsUpdate = true; - } loadPanoramaTexture(scene.image, (progress) => { if (transitionTokenRef.current === token) { setLoadProgress(progress);