removed plane scaling

This commit is contained in:
Snorre 2025-04-05 17:42:35 +02:00
parent 6db9476404
commit f03f47df1f

View file

@ -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;
}
}