This commit is contained in:
parent
8e23847cab
commit
992a808685
|
@ -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.
|
/// that is proportional to the area it represent.
|
||||||
static void VertexAreaUniform(MetroMesh & m, VertexSampler &ps, int sampleNum)
|
static void VertexAreaUniform(MetroMesh & m, VertexSampler &ps, int sampleNum)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue