A text based 3D model editor following basic syntax of the .obj format. obj-editor provides an interface to edit your mesh data and see the changes live instead of having to open the .obj in a tool ...
The SpatialMeshExporter.Save method export a non openable obj file. After solving the file formatting by replacing the decimalseparator by "." and replacing "/" by "//" , the obj file opens up. The ...