Skip to content

Commit 070671f

Browse files
committed
config
1 parent 4a46cf1 commit 070671f

1 file changed

Lines changed: 77 additions & 5 deletions

File tree

config/editor/editor_settings.json

Lines changed: 77 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_version": 16,
2+
"_version": 18,
33
"camera_controls": {
44
"invert_x": false,
55
"invert_y": false,
@@ -126,7 +126,6 @@
126126
"vertex_size": 0.012,
127127
"edge_depth_bias": 1024
128128
},
129-
"gizmo_scale": 4.5,
130129
"clear_color": [0,0,0,0.4],
131130
"content_edge_lines": {
132131
"_version": 2,
@@ -193,6 +192,7 @@
193192
"padding": 0.01
194193
},
195194
"hud": {
195+
"_version": 2,
196196
"enabled": false,
197197
"show": false,
198198
"locked": false,
@@ -201,7 +201,8 @@
201201
"ppm": 3400,
202202
"x": 0,
203203
"y": 0,
204-
"z": -0.03
204+
"z": -0.03,
205+
"summon_distance": 0.4
205206
},
206207
"id_renderer": {
207208
"_version": 2,
@@ -213,6 +214,21 @@
213214
"max_rays": 24,
214215
"max_bounces": 8
215216
},
217+
"lightmap": {
218+
"_version": 4,
219+
"texels_per_meter": 256,
220+
"hard_angles_deg": 60,
221+
"uv_parameterizer": 4,
222+
"uv_packer": 2,
223+
"uv_gutter_texels": 2,
224+
"uv_min_chart_texels": 2,
225+
"indirect_bounce": true,
226+
"terminator_fix": true,
227+
"denoise": true,
228+
"dilation": true,
229+
"seam_blend": true,
230+
"bicubic_sampling": true
231+
},
216232
"inventory": {
217233
"grid_slots": [
218234
{ "_version": 4 },
@@ -341,8 +357,64 @@
341357
"size_pixels": 256
342358
},
343359
"transform_tool": {
344-
"show_translate": true,
345-
"show_rotate": false
360+
"_version": 23,
361+
"gizmo_scale": 5,
362+
"show_translate": false,
363+
"show_rotate": false,
364+
"translate_negative_handles": false,
365+
"hover_preview": true,
366+
"rotate_visible_arcs_only": true,
367+
"rotate_ring_size": 12.49,
368+
"rotate_sector_anchoring": "drag_relative",
369+
"rotate_snap_absolute": true,
370+
"translate_snap_absolute": true,
371+
"rotate_view_ring": true,
372+
"rotate_arcball": false,
373+
"ring_pick_radius": 0.2,
374+
"arrow_shaft_length": 2.75,
375+
"translate_cone_length": 1.2,
376+
"translate_cone_radius": 0.6,
377+
"rotate_ring_radius": 5.57,
378+
"view_ring_radius_factor": 1.3,
379+
"arrow_ring_gap": 0.25,
380+
"box_scale_cone_length": 0.6,
381+
"box_scale_cone_radius": 0.2,
382+
"arrow_shaft_pick_radius": 0.12,
383+
"arrow_head_pick_radius": 0.45,
384+
"translate_head_pick_radius": 0.9,
385+
"scale_shaft_length": 0,
386+
"scale_cube_half_length": 0.35,
387+
"scale_handle_gap": 0.49,
388+
"uniform_scale_outer_radius": 0.75,
389+
"plane_sector_gap": 0,
390+
"plane_translate_outer_radius": 2.125,
391+
"ring_sector_gap": 0.75,
392+
"handle_line_width": 2,
393+
"handle_line_width_hot": 1,
394+
"plane_outline_width": 1,
395+
"plane_fill_alpha": 1,
396+
"hover_dim_factor": 1,
397+
"axis_color_x": [0.78431374,0,0,1],
398+
"axis_color_y": [0,0.78431374,0,1],
399+
"axis_color_z": [0,0,0.78431374,1],
400+
"uniform_scale_color": [1,1,1,1],
401+
"axis_outline_color_x": [0.19157088,0,0,1],
402+
"axis_outline_color_y": [0.03348658,0.14559388,0,1],
403+
"axis_outline_color_z": [0,0.051992454,0.22605366,1],
404+
"uniform_scale_outline_color": [0,0,0,1],
405+
"ring_line_width": 2.25,
406+
"ring_line_width_hot": 1.7,
407+
"rotate_background_alpha": 0.48,
408+
"active_color_x": [1,0,0,1],
409+
"active_color_y": [0,1,0,1],
410+
"active_color_z": [0,2.3841858e-07,1,1],
411+
"active_color_view": [0.7,0.7,0.7,1],
412+
"hover_color_x": [1,0,0,1],
413+
"hover_color_y": [0,1,0,1],
414+
"hover_color_z": [0,0,1,1],
415+
"hover_uniform_scale_color": [1.4,1.4,1.4,1],
416+
"hover_view_ring_color": [1.4,1.4,1.4,1],
417+
"translate_cast_rays": true
346418
},
347419
"viewport": {
348420
"polygon_fill": true,

0 commit comments

Comments
 (0)