OSDN Git Service

fix
[meshio/pymeshio.git] / pymeshio / mqo / __init__.py
index 77c6328..a21794c 100644 (file)
@@ -1,7 +1,21 @@
 # coding: utf-8\r
 """ \r
-MQOの読み込み\r
-http://www.metaseq.net/metaseq/format.html\r
+======================\r
+Metasequioa MQO format\r
+======================\r
+\r
+file format\r
+~~~~~~~~~~~\r
+* http://www.metaseq.net/metaseq/format.html\r
+\r
+specs\r
+~~~~~\r
+* textencoding: bytes(cp932)\r
+* coordinate: right handed y-up\r
+* uv origin: \r
+* face: edge(2), triangle(3), quadrangle(4)\r
+* backculling: enable\r
+\r
 """\r
 \r
 import os\r