#
luxiaotao1123
2022-06-28 9d2fb8eb69b8ec958ef9ea20f135f8ef8bd73a74
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;
/**