When import the stl file very lager such as more than 2GB ,the QMesh will cant load
Unsolved
General and Desktop
-
@jimfar I don't think you can handle more than 2GB with QByteArray. You will need to do it differently. Use char* or maybe memory mapped IO (http://doc.qt.io/qt-5/qfiledevice.html#map).