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/scene_graph/IndexedFaceSet.h')
-rw-r--r--source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h b/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h
index 83672199e37..2a38e6ffcc6 100644
--- a/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h
+++ b/source/blender/freestyle/intern/scene_graph/IndexedFaceSet.h
@@ -99,13 +99,11 @@ class IndexedFaceSet : public Rep {
* iMISize
* The size of iMIndices
* iTIndices
- * The Texture coordinates indices (per vertex). The integers contained in this array must be multiple of 2.
- * iTISize
- * The size of iMIndices
- * iCopy
- * 0 : the arrays are not copied. The pointers passed as arguments are used. IndexedFaceSet takes these
- * arrays desallocation in charge.
- * 1 : the arrays are copied. The caller is in charge of the arrays, passed as arguments desallocation.
+ * The Texture coordinates indices (per vertex). The integers contained in this array must
+ * be multiple of 2. iTISize The size of iMIndices iCopy 0 : the arrays are not copied. The
+ * pointers passed as arguments are used. IndexedFaceSet takes these arrays desallocation in
+ * charge. 1 : the arrays are copied. The caller is in charge of the arrays, passed as arguments
+ * desallocation.
*/
IndexedFaceSet(float *iVertices,
unsigned iVSize,