The result you're seeing is because "on shape bounds (world)" considers the axis-aligned bounding box (not object-aligned bounding box) to do the position calculations. So it is indeed correct. Axis-aligned means each bounding box is aligned to the world (not the particle)....just imagine a non-rotated box created around each particle, encapsulating it. That's the bounding box used to calculate the new particle position.
"move pivots" operator
|
Messages In This Thread |
"move pivots" operator - by cgdvs - 03-01-2022, 06:55 AM
RE: "move pivots" operator - by tyFlow - 03-02-2022, 02:06 AM
RE: "move pivots" operator - by cgdvs - 03-02-2022, 03:29 AM
RE: "move pivots" operator - by tyFlow - 03-02-2022, 03:57 AM
RE: "move pivots" operator - by cgdvs - 03-02-2022, 04:52 AM
RE: "move pivots" operator - by tyFlow - 03-02-2022, 07:50 PM
RE: "move pivots" operator - by cgdvs - 03-03-2022, 09:38 AM
|