12-20-2019, 04:22 PM
Use a tyBitmap which loads your various textures as an image sequence.
Then use Custom Properties/Mapping or Script operators, depending on your needs, in your flow to define different frames from the sequence that each particle should acquire. By not animating the frame values on the particles, they'll keep the same texmap over time. Using this method you can randomize which map a given particle will get. See the tyBitmap docs for more info.
Then use Custom Properties/Mapping or Script operators, depending on your needs, in your flow to define different frames from the sequence that each particle should acquire. By not animating the frame values on the particles, they'll keep the same texmap over time. Using this method you can randomize which map a given particle will get. See the tyBitmap docs for more info.