Hello! I am working on a procedural building generator for the company where I work and I have found a limitation for its random operation.
I have set a selector ( numeric ) for the user to determine the maximum height of the buildings in terms of floors, from this, I send it to an arithmetic where I multiply this value by 300 ( to get the cm ) to determine the maximum height of the building.
My problem comes when I want each building to have a random height, I have tried with a random from the parameters section, with an arithmetic using the random function.... nothing, all the buildings that are generated have the same height as the main building. I have tried both copying the railclone and the line and adding elements to the spline that uses the railclone, it is always the same height and the only way to have randomness is using the random in X Spline Start mode, but this causes that each of the generators that create the buildings, have a different height, making the architecture makes no sense.
can someone help me please ?
Thanks in advance