*** empty log message ***
This commit is contained in:
parent
9031924a14
commit
2d6cd78082
|
@ -165,6 +165,7 @@ void buildMesh(CallBackPos *call = NULL, int interval = 512) {
|
||||||
for(int k = 0; k < 3; k++)
|
for(int k = 0; k < 3; k++)
|
||||||
face.V(k) = &(mesh.vert[(int)face.V(k)]);
|
face.V(k) = &(mesh.vert[(int)face.V(k)]);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* select a vertex at random, a small group of nearby vertices and looks
|
/* select a vertex at random, a small group of nearby vertices and looks
|
||||||
|
|
Loading…
Reference in New Issue