-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.js
44 lines (44 loc) · 1.01 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
export default
{
"scene":{
"background":"0x4f6f8f"
},
"glb_model":"./3d_models/home.glb",
"glTF_model":"./3d_models/home_s.gltf",
"mouse":{
click_hold_delay_ms : 600
},
"control":{
"file":"./3d_models/configurator.gltf",
"name":"slider",
"space_range":3,
"screen_move_sensitivity":150.0,
"is_bullet_centered_not_slider":true,
"sliderPos_CamToObj_ratio":0.3,
"sliderScale_ToObj_ratio":2
},
"stats":{
"enabled_by_default":true
},
"hue":{
"ip":"10.0.0.38",
"enabled":true,
"slider_timer_ms":100,
"poll_interval_ms":2000,
"test_hsl":false
},
"mqtt":{
"host":"10.0.0.34",
"port":15675,
"enabled":true
},
"effects":{
"lights_toon_material":false,
"outline":{
"enabled":true,
"show_gui":false,
"visibleEdgeColor":"#004107",
"hiddenEdgeColor":"#39160b"
}
}
}