OSDN Git Service

fix
[meshio/pymeshio.git] / pymeshio / pmx / __init__.py
index 42b15f6..77d45a3 100644 (file)
@@ -1,10 +1,22 @@
 #!/usr/bin/env python\r
 # coding: utf-8\r
 """\r
-pmx file io library.\r
+========================\r
+MikuMikuDance PMX format\r
+========================\r
+\r
+file format\r
+~~~~~~~~~~~\r
+* PMDEditor's Lib/PMX仕様/PMX仕様.txt\r
+\r
+specs\r
+~~~~~\r
+* textencoding: unicode\r
+* coordinate: left handed y-up(DirectX)\r
+* uv origin: \r
+* face: only triangle\r
+* backculling: \r
 \r
-pmx file format:\r
-    PMDEditor's Lib/PMX仕様/PMX仕様.txt\r
 """\r
 __author__="ousttrue"\r
 __license__="zlib"\r