better comments
This commit is contained in:
parent
175266d7dc
commit
b4bdd7b832
|
@ -1421,7 +1421,8 @@ static VertexPointer getBestPrecomputedMontecarloSample(Point3i &cell, Montecarl
|
||||||
return bestSample;
|
return bestSample;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// \brief Estimate the radius r that you should give to get a certain number of samples in a Poissson Disk Distribution of radius r.
|
||||||
|
///
|
||||||
static ScalarType ComputePoissonDiskRadius(MeshType &origMesh, int sampleNum)
|
static ScalarType ComputePoissonDiskRadius(MeshType &origMesh, int sampleNum)
|
||||||
{
|
{
|
||||||
ScalarType meshArea = Stat<MeshType>::ComputeMeshArea(origMesh);
|
ScalarType meshArea = Stat<MeshType>::ComputeMeshArea(origMesh);
|
||||||
|
|
Loading…
Reference in New Issue