修复偏移问题,修复代理问题
This commit is contained in:
@@ -866,7 +866,7 @@ function mergeAndSlice() {
|
||||
if (m.userData.geomTrans) {
|
||||
mat.multiply(m.userData.geomTrans);
|
||||
}
|
||||
const translation = new THREE.Matrix4().makeTranslation((bedWidth / 2) + offsetX, (bedDepth / 2) + offsetY, 0);
|
||||
const translation = new THREE.Matrix4().makeTranslation(offsetX,offsetY, 0);
|
||||
mat.premultiply(translation);
|
||||
return {
|
||||
file_id: m.userData.fileId,
|
||||
|
||||
Reference in New Issue
Block a user