correction for particle insertion region

This commit is contained in:
wanqing0421 2025-03-04 13:57:30 +08:00
parent c32789f34d
commit 75f679a234
1 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ setFields
selectors selectors
{ {
shapeAssigne /* shapeAssigne
{ {
selector stridedRange; // other options: box, cylinder, sphere, randomPoints selector stridedRange; // other options: box, cylinder, sphere, randomPoints
@ -44,7 +44,7 @@ setFields
{ {
shapeName word glassBead; // sets shapeName of the selected points to largeSphere shapeName word glassBead; // sets shapeName of the selected points to largeSphere
} }
} }*/
} }
} }
@ -69,9 +69,9 @@ positionParticles // positions particles
cylinderInfo // cylinder information for positioning particles cylinderInfo // cylinder information for positioning particles
{ {
p1 (0.0 0.003 0.0); // begin point of cylinder axis p1 (0.0 0.0 0.003); // begin point of cylinder axis
p2 (0.0 0.22 0.0); // end point of cylinder axis p2 (0.0 0.0 0.357); // end point of cylinder axis
radius 0.117; // radius of cylinder radius 0.117; // radius of cylinder
} }