commented out a addCell call that was undefined
This commit is contained in:
parent
9849e12bd1
commit
3cee0f23b5
|
@ -774,11 +774,11 @@ static void Poissondisk(MetroMesh &m, VertexSampler &ps, int sampleNum, int vers
|
||||||
|
|
||||||
Point3<ScalarType> newp(newpx,newpy,newpz);
|
Point3<ScalarType> newp(newpx,newpy,newpz);
|
||||||
|
|
||||||
if (ps.addCell())
|
/*if (ps.addCell())
|
||||||
{
|
{
|
||||||
// Nothing to do yet...
|
// Nothing to do yet...
|
||||||
}
|
}
|
||||||
else
|
else */
|
||||||
{
|
{
|
||||||
// cell subdivision
|
// cell subdivision
|
||||||
he /= 2.0;
|
he /= 2.0;
|
||||||
|
|
Loading…
Reference in New Issue