SCnt=CountSurfaces(Mesh) For ns=1 to SCnt Surf=GetSurface(Mesh,ns) VCnt=CountVertices(Surf) For nv=0 to VCnt VertexColor Surf,nv,255,255,255,Alpha# Next Next