-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
settings.ron
50 lines (50 loc) · 1.28 KB
/
settings.ron
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
45
46
47
48
49
50
(
selection: (
ignore_back_faces: true,
),
graphics: (
quality: (
point_shadow_map_size: 1024,
point_soft_shadows: true,
point_shadows_enabled: true,
point_shadows_distance: 15,
point_shadow_map_precision: Full,
spot_shadow_map_size: 1024,
spot_soft_shadows: true,
spot_shadows_enabled: true,
spot_shadows_distance: 15,
spot_shadow_map_precision: Full,
csm_settings: (
enabled: true,
size: 2048,
precision: Full,
pcf: true,
),
use_ssao: true,
ssao_radius: 0.5,
light_scatter_enabled: true,
fxaa: true,
use_parallax_mapping: false,
use_bloom: true,
),
z_near: 0.025,
z_far: 128,
),
debugging: (
show_physics: false,
show_bounds: false,
show_tbn: false,
),
move_mode_settings: (
grid_snapping: false,
x_snap_step: 0.05,
y_snap_step: 0.05,
z_snap_step: 0.05,
),
rotate_mode_settings: (
angle_snapping: false,
x_snap_step: 2.5,
y_snap_step: 2.5,
z_snap_step: 2.5,
),
)