removed plane scaling
This commit is contained in:
parent
6db9476404
commit
f03f47df1f
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue