MikaFil commited on
Commit
b84ed56
·
verified ·
1 Parent(s): 10ff76e

Create groovy_env_config.json

Browse files
sogs/galerie/boketto/groovy_env_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sogs_json_url": "https://raw.githubusercontent.com/mika-fi/sgos_dataset/refs/heads/main/galeries/boketto/groovy_env/meta.json",
3
+ "css_url": "https://mikafil-viewer-sgos.static.hf.space/style/defaults/style.css",
4
+
5
+ "canvas_background": "#cccccc",
6
+ "aspect": "4:3",
7
+
8
+ "modelX": 0,
9
+ "modelY": 0.194,
10
+ "modelZ": 0,
11
+ "modelScale": 1,
12
+ "modelRotationX": 180,
13
+ "modelRotationY": 0,
14
+ "modelRotationZ": 0,
15
+
16
+ "cameraX": 0.5,
17
+ "cameraY": 0.9,
18
+ "cameraZ": 1.4,
19
+
20
+ "cameraXPhone": 0.5,
21
+ "cameraYPhone": 0.9,
22
+ "cameraZPhone": 1.4,
23
+
24
+ "minZoom": 0.5,
25
+ "maxZoom": 4,
26
+ "minPivotY": 0.2,
27
+ "minAngle": -90,
28
+ "maxAngle": 20,
29
+ "minAzimuth": -900000,
30
+ "maxAzimuth": 900000,
31
+
32
+ "minY": 0.1
33
+ }