2
0
Эх сурвалжийг харах

added and face3 and edge skeletal docs

ivankuzev 13 жил өмнө
parent
commit
7ec97d985a

+ 14 - 4
docs/api/core/Edge.rst

@@ -9,13 +9,23 @@ Edge - Edge between two vertices
 
     :param ? v1: //todo
     :param ? v2: //todo
-    :param integer vi1: //todo
-    :param integer vi2: //todo
+    :param ? vi1: //todo
+    :param ? vi2: //todo
 
 .. rubric:: Attributes
-    //todo
+  
+.. attribute:: Edge.vertices
 
+    //todo:description
+
+.. attribute:: Edge.vertexIndices
 
+    //todo:description
 
+.. attribute:: Edge.faces
 
-    
+    //todo:description
+
+.. attribute:: Edge.faceIndices
+
+    //todo:description

+ 51 - 4
docs/api/core/Face3.rst

@@ -3,12 +3,59 @@ Face3 - Three-sided face
 
 .. rubric:: Constructor
 
-.. class:: Face3()
+.. class:: Face3(( a, b, c, normal, color, materialIndex )
 
     Three-sided face
-    
+
+    :param ? a: //todo
+    :param ? b: //todo
+    :param ? c: //todo
+    :param Vector3 normal: //todo
+    :param Color color: //todo
+    :param ? materialIndex: //todo
+
 .. rubric:: Attributes
 
-.. rubric:: Method
+.. attribute:: Face3.a
+
+    //todo:description
+
+.. attribute:: Face3.b
+
+    //todo:description
+
+.. attribute:: Face3.c
+
+    //todo:description
+
+.. attribute:: Face3.normal
+
+    //todo:description
+
+.. attribute:: Face3.vertexNormals
+
+    //todo:description
+
+.. attribute:: Face3.color
+
+    //todo:description
+
+.. attribute:: Face3.vertexColors
+
+    //todo:description
+
+.. attribute:: Face3.vertexTangents
+
+    //todo:description
+
+.. attribute:: Face3.materialIndex
+
+    //todo:description
+
+.. attribute:: Face3.centroid
+
+    //todo:description
+
+.. rubric:: Example(s)
 
-.. rubric:: Example(s)
+    //todo