From 7656a285b28f20545a401e67b087c9812a2cef80 Mon Sep 17 00:00:00 2001 From: Calli Date: Sun, 2 Jul 2023 22:59:55 +0300 Subject: [PATCH] increase farplane --- src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx b/src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx index 139a466..6f53e1a 100644 --- a/src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx +++ b/src/app/components/PlanetaryInteraction/PinsCanvas3D.tsx @@ -25,7 +25,7 @@ const PinsCanvas3D = ({ const CAMERA_FOV = 20; const CAMERA_NEAR = 10; - const CAMERA_FAR = 500; + const CAMERA_FAR = 4000; const CAMERA_X = 0; const CAMERA_Y = 0; const CAMERA_Z = 220;