MikaFil commited on
Commit
9b3a994
·
verified ·
1 Parent(s): 1f8eb6e

Create fraisier_config.json

Browse files
Files changed (1) hide show
  1. sogs/fraisier_config.json +33 -0
sogs/fraisier_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sogs_json_url": "https://raw.githubusercontent.com/mika-fi/sgos_dataset/main/exemples/fraisier/meta.json",
3
+ "css_url": "https://mikafil-viewer-sgos.static.hf.space/style/defaults/style.css",
4
+
5
+ "canvas_background": "#FFD9FF",
6
+ "aspect": "4:3",
7
+
8
+ "modelX": 0,
9
+ "modelY": 0.32,
10
+ "modelZ": 0,
11
+ "modelScale": 0.5,
12
+ "modelRotationX": 180,
13
+ "modelRotationY": 0,
14
+ "modelRotationZ": 0,
15
+
16
+ "cameraX": 1.25,
17
+ "cameraY": 0.25,
18
+ "cameraZ": 0,
19
+
20
+ "cameraXPhone": 1.25,
21
+ "cameraYPhone": 0.25,
22
+ "cameraZPhone": 0,
23
+
24
+ "minZoom": 0.25,
25
+ "maxZoom": 2.5,
26
+ "minPivotY": 1.25,
27
+ "minAngle": -90,
28
+ "maxAngle": 40,
29
+ "minAzimuth": -90,
30
+ "maxAzimuth": 90,
31
+
32
+ "minY": 0.1
33
+ }