Emit from cloud of triangle's center

This is a problem with the Fuse node. Inside this Random node, a random number is always generated as a float in the range of 0.0 to 1.0, cast to the desired type, and then mapped to the range of min to max. If it is specified as an integer, it will be cast to 0 if it is less than 1 value. It is necessary to generate the random number with a float.

2 Likes