is it possible to control rendering quality during run time?
for example to choose from fast,simple,beautiful…etc like we have a menu in the standalone version?
if that is not possible, how to control antialiasing in run time? or any other propery that will affect the
rendering quality.
I went on that exact page 5 minutes before I read your post, bigkahuna, but I want to make a quality slider.
Can you tell me how to make one? Here was my attempt (this script includes all my other GUI code.)
I would change the value of hSliderValue to an “int” instead of a “float” and then make the options for it “0”, “1”, “2”, etc. Since you’ve set it to a “float” it’ll be almost impossible to get the slider exactly in the right place for your if statements to work.