You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The factory method SimpleModel.loadModelFromFile() creates the model. The file may contain multiple volumes. Each volume contains a list of triangles (SimpleFace). Each triangle is made of 3 points as 32 bits integer in micron (the size is limited to 2^31 micron, about 2 km... so this is enough). The normal are ignored.