forked from HomeSmartMesh/smart_home_3d_webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
41 lines (41 loc) · 953 Bytes
/
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
export default
{
"scene":{
"background":"0x4f6f8f"
},
"glb_model":"./3d_models/home.glb",
"glTF_model":"./3d_models/home.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":{
"enabled":true,
"slider_timer_ms":100,
"poll_interval_ms":2000,
"test_hsl":false
},
"mqtt":{
"enabled":true
},
"effects":{
"lights_toon_material":false,
"outline":{
"enabled":true,
"show_gui":false,
"visibleEdgeColor":"#004107",
"hiddenEdgeColor":"#39160b"
}
}
}