is there a more concise way than ```var p = 0 pMes...
# getting-started
e
is there a more concise way than
Copy code
var p = 0
pMesh.mFaces = (0 until pMesh.mNumFaces).map { mutableListOf(p++, p++, p++) }