You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current function is based on scaling the bricks by a factor in %.
# Random Scale for brick seams
out.write("\t\tScale {0} {0} {0}\n".format(random.uniform(0.9925, 1.000)))
This means that larger bricks are scaled by more absolute milimeters then small bricks (i.e. the absolute value is larger for larger bricks then compared to for smaller bricks, even the scaling percentage is the same).
Investigate if there is a possibilty to have a similar absolute value by using maybe Bounding or GeometryBounding to adjust the scaling factor accordingly.
Current function is based on scaling the bricks by a factor in %.
This means that larger bricks are scaled by more absolute milimeters then small bricks (i.e. the absolute value is larger for larger bricks then compared to for smaller bricks, even the scaling percentage is the same).
Investigate if there is a possibilty to have a similar absolute value by using maybe Bounding or GeometryBounding to adjust the scaling factor accordingly.
The text was updated successfully, but these errors were encountered: