Skip to content
bitli edited this page Aug 17, 2014 · 1 revision

Loading model

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.

The matrix parameter is currently (08/14) unused.

Clone this wiki locally