diff --git a/examples/scene/scene_stitching.json b/examples/scene/scene_stitching.json index 6556a790..6304a989 100644 --- a/examples/scene/scene_stitching.json +++ b/examples/scene/scene_stitching.json @@ -8,7 +8,7 @@ "coordinateTransformations": [ { "type": "translation", - "output": "world", + "output": {"name": "world"}, "input": {"path": "tile_0", "name": "physical"}, "translation": [ 0, @@ -18,7 +18,7 @@ }, { "type": "translation", - "output": "world", + "output": {"name": "world"}, "input": {"path": "tile_1", "name": "physical"}, "translation": [ 0, @@ -28,7 +28,7 @@ }, { "type": "translation", - "output": "world", + "output": {"name": "world"}, "input": {"path": "tile_2", "name": "physical"}, "translation": [ 276, @@ -38,7 +38,7 @@ }, { "type": "translation", - "output": "world", + "output": {"name": "world"}, "input": {"path": "tile_3", "name": "physical"}, "translation": [ 276, @@ -69,4 +69,4 @@ } } } -} \ No newline at end of file +}