MikaFil commited on
Commit
08277e0
·
verified ·
1 Parent(s): 475a05e

Update EARCARE/acs_pro/config_2.json

Browse files
Files changed (1) hide show
  1. EARCARE/acs_pro/config_2.json +22 -1
EARCARE/acs_pro/config_2.json CHANGED
@@ -3,5 +3,26 @@
3
  "css_url": "https://mikafil-viewer-gs.static.hf.space/style/defaults/style.css",
4
  "glb_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/espace_expo/sol_blanc.glb",
5
 
6
- "aspect": "16:9"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
3
  "css_url": "https://mikafil-viewer-gs.static.hf.space/style/defaults/style.css",
4
  "glb_url": "https://huggingface.co/datasets/MikaFil/viewer_gs/resolve/main/ressources/espace_expo/sol_blanc.glb",
5
 
6
+ "aspect": "16:9",
7
+
8
+ "colorChoices": [
9
+ { "title": "Noir", "color": [0.1, 0.1, 0.1], "emit": [0.1, 0.1, 0.1], "emitI": 0.1, "op": 1, "boolTrans": 0, "swatch": "#090A0BFF" },
10
+ { "title": "GrisTrans", "color": [0.3, 0.3, 0.3], "emit": [0.3, 0.3, 0.3], "emitI": 0.5,"op":0.98, "boolTrans": 1, "swatch": "#313B44FF" },
11
+ { "title": "BlancTrans", "color": [1, 1, 1], "emit": [1, 1, 1], "emitI": 0.1, "op":0.97, "boolTrans": 1, "swatch": "#ddd" },
12
+ { "title": "Blanc", "color": [0.8, 0.8, 0.8], "emit": [1, 1, 1], "emitI": 1, "op": 1, "boolTrans": 0, "swatch": "#fff" },
13
+ { "title": "Vert", "color": [0, 0.55, 0], "emit": [0, 0.6, 0.01], "emitI": 1, "op": 1, "boolTrans": 0, "swatch": "#14C721FF"},
14
+ { "title": "TurquoiseTrans", "color": [0.5,1,0.8], "emit": [0.03, 0.25, 0.2], "emitI": 5, "op": 1, "boolTrans": 1, "swatch": "#55C7C1FF"},
15
+ { "title": "BleuTrans", "color": [0,0.3,1], "emit": [0, 0.3, 0.9], "emitI": 1, "op": 0.96, "boolTrans": 1, "swatch": "#0074C9FF"},
16
+ { "title": "VioletTrans", "color": [0.18,0.12,1], "emit": [0.3, 0.06, 0.4], "emitI": 1, "op": 1, "boolTrans": 1, "swatch": "#503FEDFF"},
17
+ { "title": "RoseTrans", "color": [1, 0.1, 0.65], "emit": [0.9, 0.07, 0.32], "emitI": 1.5, "op":1, "boolTrans": 1, "swatch": "#FF88EBFF" },
18
+ { "title": "Rose", "color": [1, 0.12, 0.412], "emit": [0.99, 0.3, 0.613], "emitI": 1.5, "op": 1, "boolTrans": 0, "swatch": "#E49CCFFF" },
19
+ { "title": "RoseFonce", "color": [0.85, 0, 0.4], "emit": [0.85, 0, 0.4], "emitI": 0.65, "op": 1, "boolTrans": 0, "swatch": "#FF1D81FF" },
20
+ { "title": "Rouge", "color": [0.7, 0.05, 0.05], "emit": [0.372, 0.07, 0.003], "emitI": 2, "op":0.97, "boolTrans": 0, "swatch": "#d00" },
21
+ { "title": "Orange", "color": [0.7, 0.2, 0], "emit": [0.8, 0.25, 0.02], "emitI": 1, "op":1, "boolTrans": 0, "swatch": "#FD6300FF" },
22
+ { "title": "OrangePale", "color": [0.8, 0.35, 0.27], "emit": [0.9, 0.43, 0.27], "emitI": 3, "op":1, "boolTrans": 0, "swatch": "#FCA685FF" },
23
+ { "title": "Jaune", "color": [0.6, 0.5, 0], "emit": [1, 1, 0], "emitI": 1, "op":3, "boolTrans": 0, "swatch": "#FFFF00FF" },
24
+ { "title": "JaunePale", "color": [0.6, 0.5, 0.27], "emit": [0.7, 0.7, 0.4], "emitI": 2, "op":1, "boolTrans": 0, "swatch": "#D4CF58FF" },
25
+ { "title": "Chrome", "color": [0.35, 0.2, 0.1], "emit": [0.6, 0.5, 0.4], "emitI": 2, "op":1, "boolTrans": 0, "swatch": "#9A7E59FF" }
26
+
27
+ ]
28
  }