From d71e1155c91ceb8afdaf0d34a372e6bf5c862744 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 30 四月 2024 12:09:04 +0800 Subject: [PATCH] # --- src/config/setting.js | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/config/setting.js b/src/config/setting.js index cde926b..8f6845c 100644 --- a/src/config/setting.js +++ b/src/config/setting.js @@ -14,7 +14,7 @@ export const MODEL_BOX_SCALE = .5; -export const MODEL_SHELF_SCALE = 1; +export const MODEL_SHELF_SCALE = .6; // shelf scale & offset @@ -26,4 +26,10 @@ // shelf setting -export const SHELF_BAY_GROUP_COUNT = 3; \ No newline at end of file +export const SHELF_BAY_GROUP_COUNT = 3; + +export const SHELF_BAY_UNIT_SEPARTE_DISTANCE = 50; + +export const SHELF_HEIGHT_FROM_GROUND = 10; + +export const SHELF_LEV_UNIT_SEPARTE_DISTANCE = 28; \ No newline at end of file -- Gitblit v1.9.1