Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/geometry/GeomCleaner.h
| Context not available. | |||||
| static void SortIndexedVertexArray(const float *iVertices, unsigned iVSize, const unsigned *iIndices, | static void SortIndexedVertexArray(const float *iVertices, unsigned iVSize, const unsigned *iIndices, | ||||
| unsigned iISize, float **oVertices, unsigned **oIndices); | unsigned iISize, float **oVertices, unsigned **oIndices); | ||||
| /*! Compress a SORTED indexed vertex array by eliminating multiple appearing occurences of a single vertex. | /*! Compress a SORTED indexed vertex array by eliminating multiple appearing occurrences of a single vertex. | ||||
| * iVertices | * iVertices | ||||
| * The SORTED vertex array to compress. It is organized as a float series of vertex coordinates: XYZXYZXYZ... | * The SORTED vertex array to compress. It is organized as a float series of vertex coordinates: XYZXYZXYZ... | ||||
| * iVSize | * iVSize | ||||
| Context not available. | |||||