Update tote blender
Changed the particle insert region from box to cylinder
This commit is contained in:
parent
9580c4cdcd
commit
b9d8aab1af
|
@ -38,23 +38,23 @@ positionParticles
|
||||||
maxNumberOfParticles 40000;
|
maxNumberOfParticles 40000;
|
||||||
// perform initial sorting based on morton code?
|
// perform initial sorting based on morton code?
|
||||||
mortonSorting Yes;
|
mortonSorting Yes;
|
||||||
// box for positioning particles
|
// cylinder for positioning particles
|
||||||
cylinder
|
cylinder
|
||||||
{
|
{
|
||||||
// Coordinates of cylinderRegion (m,m,m)x
|
// Coordinates of top cylinderRegion (m,m,m)
|
||||||
p1 (0.03 0.06 0.08);
|
p1 (0.05 0.0 0.12);
|
||||||
p2 (0.03 0.06 0.18);
|
p2 (0.05 0.0 0.22);
|
||||||
// radius of cylinder
|
// radius of cylinder
|
||||||
radius 0.035;
|
radius 0.066;
|
||||||
}
|
}
|
||||||
|
|
||||||
positionOrderedInfo
|
positionOrderedInfo
|
||||||
{
|
{
|
||||||
// minimum space between centers of particles
|
// minimum space between centers of particles
|
||||||
diameter 0.004;
|
diameter 0.003;
|
||||||
// number of particles in the simulation
|
// number of particles in the simulation
|
||||||
numPoints 20000;
|
numPoints 20000;
|
||||||
// axis order for filling the space with particles
|
// axis order for filling the space with particles
|
||||||
axisOrder (x y z);
|
axisOrder (z y x);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue