01-22-2022, 02:24 PM
tyflow 获tyflow gets the distance between two particles取两个粒子之间的距离
tyflow gets the distance between two particles
|
01-22-2022, 07:19 PM
You can do it with a Script operator, or set Particle A's target as Particle B and then measure the distance with a Property Test (distance to target mode with save values to float channel enabled).
I need to use Wire Parameters
For example, the distance between two particles is 500, and the height of a box object is 100 changes with distance
01-25-2022, 02:35 AM
You can use a script controller on your box height value and then use regular MAXScript access to tyFlow particles to do the calculations.
See: https://docs.tyflow.com/tyflow_maxscript/ |