No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Hosted in GermanyGlobal Content Delivery
Origin servers at Hetzner in Germany, delivered worldwide through a content delivery network. Your file contents are never transmitted in the process - they never leave your device.
OBJ (Wavefront) is a common 3D exchange format, while PLY (Polygon File Format / Stanford) is widely used by research tools, point-cloud software and meshing programs such as MeshLab or CloudCompare. This tool reads your OBJ and writes a clean ASCII PLY with a vertex list and a face list.
The output is ASCII PLY: a readable header (element vertex, element face) followed by the vertex coordinates and the faces as index lists. Faces keep their original number of corners. The coordinates are carried over unchanged, so the geometry is preserved exactly.
Everything runs entirely locally in the browser - your possibly confidential model never leaves your device. Honestly framed: pure geometry is transferred. OBJ material (MTL), textures and groups have no counterpart in a plain PLY and are not carried over. An invalid or empty OBJ file is rejected with a clear message.
Unlike STL, PLY can store per-vertex colours and further properties. Since an OBJ file itself carries no such vertex colours, this conversion writes pure geometry: the vertices and the faces that reference them. What was never in the OBJ cannot be gained by the PLY either - it is an honest 1:1 transfer of the shape.
Limitations: Converts OBJ to readable ASCII PLY (Stanford format) with a vertex list and a face list. Pure geometry is transferred - OBJ material (MTL), textures and groups have no counterpart in plain PLY. Existing vn normal lines in the OBJ file are ignored on read and not carried into the PLY; the output holds only x/y/z vertices with no normal property. An invalid or empty OBJ file is rejected with a clear error.
FAQ
What is PLY used for?
PLY (Stanford Polygon Format) is widely used by research tools, 3D scanners and meshing software like MeshLab or CloudCompare.
ASCII or binary PLY output?
ASCII PLY - a readable header plus a vertex list and a face list, easy to inspect and widely accepted.
Are material and texture kept?
No. A plain PLY stores geometry; OBJ material (MTL), textures and groups have no counterpart there.
Is my file uploaded?
No, the conversion happens entirely locally in the browser; your model never leaves your device.