From 62066f5d8f8b2f1a4e8323290c1ecab348bc48e5 Mon Sep 17 00:00:00 2001 From: Jakub Audykowicz Date: Sun, 16 Jul 2023 23:38:39 +0200 Subject: [PATCH] Set default spatial scale to 1 --- demo-content/injection-input.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo-content/injection-input.json b/demo-content/injection-input.json index 5cc949e..206f77a 100644 --- a/demo-content/injection-input.json +++ b/demo-content/injection-input.json @@ -9,9 +9,9 @@ "spatial": { "style": "shared", "scale": { - "x": 5, - "y": 5, - "z": 5 + "x": 1, + "y": 1, + "z": 1 }, "right": { "x": 1,