diff --git a/scripts/Mouth.cs b/scripts/Mouth.cs index ed0fdeb..5576daf 100644 --- a/scripts/Mouth.cs +++ b/scripts/Mouth.cs @@ -46,6 +46,9 @@ public partial class Mouth : XRCamera3D LeftHand.Strength = MaxEatWeight; GD.Print("New MaxEatWeight: ", MaxEatWeight); GD.Print("New WorldScale: ", WorldScale); + + Near = 0.05f * MaxEatWeight; + Far = 4000f * MaxEatWeight; } }