From 622f6411b98c5c29257732d0f360e9bca2bd58d5 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 27 六月 2022 15:40:32 +0800 Subject: [PATCH] # --- static/js/object/StoreGoods.js | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/static/js/object/StoreGoods.js b/static/js/object/StoreGoods.js index 63b412e..05b3394 100644 --- a/static/js/object/StoreGoods.js +++ b/static/js/object/StoreGoods.js @@ -1,14 +1,12 @@ -import {MTLLoader} from "../lib/MTLLoader.js"; -import {OBJLoader} from "../lib/OBJLoader.js"; import * as THREE from '../three.module.js'; import * as BufferGeometryUtils from '../utils/BufferGeometryUtils.js'; const palletX = -2; -const palletY = 23 - 20 - 3; +const palletY = 0; const palletZ = -25; const goodsX = -2; -const goodsY = 40 - 18; +const goodsY = 22; const goodsZ = -25; /** -- Gitblit v1.9.1