fix: ép render lại sau khi resize cửa sổ (on-demand)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1457,6 +1457,7 @@ function TourExperience({
|
|||||||
camera.aspect = width / height;
|
camera.aspect = width / height;
|
||||||
camera.updateProjectionMatrix();
|
camera.updateProjectionMatrix();
|
||||||
renderer.setSize(width, height);
|
renderer.setSize(width, height);
|
||||||
|
needsRenderRef.current = true;
|
||||||
updateHotspots();
|
updateHotspots();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user