Add glossy material for shade.

This commit is contained in:
jmsgrogan 2017-10-24 20:52:45 +01:00
parent 9035f01f2d
commit d440ff4d8f
10 changed files with 40 additions and 22 deletions

View file

@ -23,8 +23,8 @@ if __name__ == "__main__":
os.makedirs(os.getcwd() + "/" + output)
# Global bounding box
bbox_xmax = 2.2
bbox_ymax = 20.0
bbox_xmax = 4.0
bbox_ymax = 5.0
# Minimum feature sizes
feature_xmin = 0.4