Fix texture and final render stages.

This commit is contained in:
jmsgrogan 2017-10-25 09:48:13 +01:00
parent 1c015a450d
commit 7c154c2ef6
18 changed files with 58 additions and 19 deletions

View file

@ -32,7 +32,9 @@ if __name__ == "__main__":
shape_parameters = sd.get_random_shape_description(shape,
[bbox_xmax, bbox_ymax],
[feature_xmin, feature_ymin])
shape_parameters = product_gen.generate_product.generate(shape_parameters, output)
shape_parameters["output"] = output
with open(os.getcwd() + "/" + output + "/"+ output + '.json', 'w') as outfile:
json.dump(shape_parameters, outfile)