Add project files.

This commit is contained in:
roman
2026-06-05 22:02:32 +02:00
parent f09ad1b7c6
commit 274d607d54
25 changed files with 5462 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"Database": {
"FilePath": "C:\\Users\\roman\\AppData\\Roaming\\BoxPacker3D\\items.db",
"_comment": "Relative path: database is stored in %AppData%\\BoxPacker3D\\items.db (user-writable). Absolute path overrides this behaviour (developer use)."
},
"DefaultBox": {
"Width": 600,
"Height": 400,
"Depth": 500,
"WallThickness": 20,
"_comment": "Default box dimensions and wall material thickness in millimetres."
},
"MaxBox": {
"Width": 1200,
"Height": 800,
"Depth": 1000,
"_comment": "Maximum allowed box dimensions used when suggesting a bigger box."
},
"Padding": {
"WallPadding": 10,
"ItemPadding": 3,
"_comment": "Default isolation padding in millimetres wall-to-item and item-to-item."
},
"View": {
"InitialRotationX": 30,
"InitialRotationY": 30,
"InitialZoomPercent": 100,
"_comment": "Initial 3D view angles in degrees and zoom percentage."
},
"UI": {
"WindowWidth": 1340,
"WindowHeight": 840,
"LeftPanelWidth": 500,
"_comment": "Initial window and panel sizing."
}
}