MikaFil commited on
Commit
1833ce7
·
verified ·
1 Parent(s): 51b1c13

Create config_togo_sog.json

Browse files
Files changed (1) hide show
  1. sogs/config_togo_sog.json +33 -0
sogs/config_togo_sog.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sog_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/exemples/sog/togo.sog",
3
+ "css_url": "https://mikafil-viewer-sgos.static.hf.space/style/defaults/style.css",
4
+
5
+ "canvas_background": "#964B00",
6
+ "aspect": "16:9",
7
+
8
+ "modelX": 0,
9
+ "modelY": 0.26,
10
+ "modelZ": 0,
11
+ "modelScale": 0.5,
12
+ "modelRotationX": 180,
13
+ "modelRotationY": 0,
14
+ "modelRotationZ": 0,
15
+
16
+ "cameraX": 1,
17
+ "cameraY": 1,
18
+ "cameraZ": 1,
19
+
20
+ "cameraXPhone": 1,
21
+ "cameraYPhone": 1,
22
+ "cameraZPhone": 1,
23
+
24
+ "minZoom": 0.25,
25
+ "maxZoom": 3,
26
+ "minPivotY": 0.7,
27
+ "minAngle": -90,
28
+ "maxAngle": 10,
29
+ "minAzimuth": -900000,
30
+ "maxAzimuth": 900000,
31
+
32
+ "minY": 0.1
33
+ }