<div dir="ltr"><div>How can I set the (0,0,0) position in the middle of my object? </div><div>I have a STL file: </div><div><br></div><div>  reader.setUrl(`./data/object.stl`, { binary: true }).then(() => { </div><div>      mapper.setInputConnection(reader.getOutputPort()); </div><div>      renderer.resetCamera(); </div><div>}); </div><div><br></div><div>But in the (0,0,0) there's NOT the center of my object, but the vertex of the bounding box of it. How can I change it?</div></div>