Can a single THREE.Mesh be divided into multiple meshes?
For instance, can a mesh with 2,000,000 polygons be split into 2,000 meshes each with 1,000 polygons?
Edit: Realistically, it may not be possible to retain the exact same number of polygons/vertices after splitting the original mesh, but an approximation would also be beneficial.