|
@@ -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
|