Hi all, since the tool had been released, I had got several questions concerning .off files (
http://www.geomview.org/docs/html/OFF.html). There are many freely distributed converters to this format (
http://meshlab.sourceforge.net/), but many of them don’t store information about vertex normals, in other words, always produce files with header “OFF”. Taking this into account, new version 1.041 of the standalone utility has been released. It differs from version 1.40 only in interpretation of files with header “OFF”. Now it is considered that in such files vertex normals are implicitly defined by the triangle vertex order, in other words, it is assumed that the vertex order of each triangle correctly defines its “internal” and “external” sides (in a hypothetical case that a mesh breaks this assumption it should be normalized using a proper mesh processor). So, now files with header “OFF” can be used in cases, which require files with explicitly defined vertex normals (header “NOFF”) in version 1.04. See, please, also the correspondingly updated topic 2 of the manual (
http://www.ae3d.ru/).
Regards,