Does anyone know anyway to convert a heightfield into a scalar value? What I’m trying to do is use a flat heightfield (the height changes with a seed value) and then have that height value drive a bank selector to fire out different variables depending on that height.
Basically I’m trying to create a (somewhat) randomized scalar value generator that will output a different value everytime the randomizer button is pressed.