I'm currently working on a project involving three.js (voxel painter). I've run into an issue where, when I adjust the size of a cube, the xyz axis remains centered on the cube instead of aligning with the extreme left. This results in the cube shifting when placed on the grid.
cubegeo= new THREE.BoxGeometry(100, 50, 70)
My Desired Outcome:
https://i.sstatic.net/T3V69.jpg
The Default Behavior in three.js: