Skip to content

Instantly share code, notes, and snippets.

View mfandl's full-sized avatar

Matej Fandl mfandl

View GitHub Profile
for (int y = 0; y < indiceRows.size() - 1; ++y) {
vector<ofIndexType>& currentRow = *indiceRows[y];
for (int x = 0; x < currentRow.size() - 1; ++x) {
...
}
}