12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- Face3 - Three-sided face
- ------------------------
- .. rubric:: Constructor
- .. 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
- .. 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)
- //todo
|