I’m trying to load an .stl file into three.js. Everything works fine and I get the model as BufferGeometry using this code: To make it easier to further manipulate the model I would like to have the geometry as regular THREE.Geometry instead of THREE.BufferGeometry. Is it possible to either load the .stl in a way so I receive it as