chiark / gitweb /
Add more documentation, fix commandline slicing.
[cura.git] / Cura / util / meshLoaders / obj.py
index c5a2be9ff54a0ec0cf079ec74ae531659c85f954..8c1fc083335b9e3b270e476624e9613c17ab0a9b 100644 (file)
@@ -1,3 +1,10 @@
+"""
+OBJ file reader.
+OBJ are wavefront object files. These are quite common and can be exported from a lot of 3D tools.
+Only vertex information is read from the OBJ file, information about textures and normals is ignored.
+
+http://en.wikipedia.org/wiki/Wavefront_.obj_file
+"""
 __copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os