Fix MS7224: Add dimensions to printed Snapshot entity

This commit is contained in:
Zach Fox 2018-06-04 11:30:29 -07:00
parent 64cccc55d4
commit cf7a3d1af6

View file

@ -295,6 +295,7 @@ function printToPolaroid(image_url) {
"description": "Printed from Snaps",
"modelURL": POLAROID_MODEL_URL,
"dimensions": { "x": 0.5667, "y": 0.0212, "z": 0.4176 },
"position": model_pos,
"rotation": model_rot,