From f03f47df1fdb41ab693c1c54f775d9a994d6d345 Mon Sep 17 00:00:00 2001 From: Snorre Date: Sat, 5 Apr 2025 17:42:35 +0200 Subject: [PATCH] removed plane scaling --- scripts/Mouth.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Mouth.cs b/scripts/Mouth.cs index 5576daf..da88b92 100644 --- a/scripts/Mouth.cs +++ b/scripts/Mouth.cs @@ -47,8 +47,8 @@ public partial class Mouth : XRCamera3D GD.Print("New MaxEatWeight: ", MaxEatWeight); GD.Print("New WorldScale: ", WorldScale); - Near = 0.05f * MaxEatWeight; - Far = 4000f * MaxEatWeight; + // Near = 0.05f * MaxEatWeight; + // Far = 4000f * MaxEatWeight; } }