This commit is contained in:
Massimiliano Corsini 2008-11-20 17:00:30 +00:00
parent 8e23847cab
commit 992a808685
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ static void VertexWeighted(MetroMesh & m, VertexSampler &ps, int sampleNum)
}
}
/// Sample the vertices in a uniform way. Each vertex has a probabiltiy of being chosen
/// Sample the vertices in a uniform way. Each vertex has a probability of being chosen
/// that is proportional to the area it represent.
static void VertexAreaUniform(MetroMesh & m, VertexSampler &ps, int sampleNum)
{