Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/winged_edge')
-rw-r--r--source/blender/freestyle/intern/winged_edge/WEdge.h4
-rw-r--r--source/blender/freestyle/intern/winged_edge/WXEdge.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/winged_edge/WEdge.h b/source/blender/freestyle/intern/winged_edge/WEdge.h
index adc08f60ddf..92b8bc70aa8 100644
--- a/source/blender/freestyle/intern/winged_edge/WEdge.h
+++ b/source/blender/freestyle/intern/winged_edge/WEdge.h
@@ -874,7 +874,7 @@ class WFace {
return _VerticesNormals[index];
}
- /** Returns the tex coords of the vertex of `index`. */
+ /** Returns the texture coords of the vertex of `index`. */
inline Vec2f &GetVertexTexCoords(int index)
{
return _VerticesTexCoords[index];
@@ -1225,7 +1225,7 @@ class WShape {
* orientation and (so) the face orientation. iMaterialIndex The materialIndex for this face
* iNormalsList
* The list of normals, iNormalsList[i] corresponding to the normal of the vertex
- * iVertexList[i] for that face. iTexCoordsList The list of tex coords, iTexCoordsList[i]
+ * iVertexList[i] for that face. iTexCoordsList The list of texture coords, iTexCoordsList[i]
* corresponding to the normal of the vertex iVertexList[i] for that face.
*/
virtual WFace *MakeFace(vector<WVertex *> &iVertexList,
diff --git a/source/blender/freestyle/intern/winged_edge/WXEdge.h b/source/blender/freestyle/intern/winged_edge/WXEdge.h
index b335a364365..7ef2e7bcda2 100644
--- a/source/blender/freestyle/intern/winged_edge/WXEdge.h
+++ b/source/blender/freestyle/intern/winged_edge/WXEdge.h
@@ -783,7 +783,7 @@ class WXShape : public WShape {
* The list of normals, iNormalsList[i]
* corresponding to the normal of the vertex iVertexList[i] for that face.
* - iTexCoordsList:
- * The list of tex coords, iTexCoordsList[i]
+ * The list of texture coords, iTexCoordsList[i]
* corresponding to the normal of the vertex iVertexList[i] for that face.
*/
virtual WFace *MakeFace(vector<WVertex *> &iVertexList,