Hello, I want create material for tyflow particles, the human walk forward and the particle drop from human's body, but the color of material keep same position from birth position to ground.
Please help me I don't know how to set the material. Thanks.
Pretty simple...add a mapping operator and then add your source geometry to the geometry list. Mapping coords will then be sourced from that object on entry, onto particles. Then just assign your material to the particles, or if you're using tyMesher for a blobby result, make sure to also tell the tyMesher to inherit UVWs and then assign the material to the tyMesher.
(05-14-2021, 10:44 PM)tyFlow Wrote: Pretty simple...add a mapping operator and then add your source geometry to the geometry list. Mapping coords will then be sourced from that object on entry, onto particles. Then just assign your material to the particles, or if you're using tyMesher for a blobby result, make sure to also tell the tyMesher to inherit UVWs and then assign the material to the tyMesher.
As you can see, in my work there still only long self-illumination line in the body, but I need short lava animation in body like the sample video. After tested some days, I can't find a way to solve this problem.
05-24-2021, 07:47 AM (This post was last modified: 05-24-2021, 08:22 AM by windwolfx23.)
Timing setting of operators are very important, set them to continuous if the data should be changed every frame(eg. cooling = temperature decreasing over time).