- Edited
xyz Best to use
high_max_v3.y
directly
I wanted to do that at first, but got too lazy to edit all the lines. But I guess it makes sense.
Doing it with
clamp()
is actually the best way to handle this.
Yeah, I have this option, but I wanted to figure it out because there may be other situations where clamp()
may not be very convenient.
Huge thanks for the clarification!
It's sad that the engine doesn't have a choice of accuracy limits.