Beam particle texture tile can't be controlled when Noise module is applied

On the test beam in below images, I set the tile distance to get the coordinates proportion right. When noise module is applied and low frequency is turned on, texture is stretched and tiling cannot be controlled any more. Could you verify if this is a bug, and let me know if there’s a workaround?

6167-capture0.jpg

6166-capture.jpg

Hey Pinepanda -

Since Beams are chaotic by nature, the noise module does adjust the texture tiling frequncy to keep that style of movement. However if your texture, like the numbers sub-UV texture, require that tiling, you can go into your Material and add a texture coordinate off of the texture sample and tile from those coordiantes which will stay in effect after the noise module is applied to the beam.

Thanks

  • Eric Ketchum

Thank you Eric! Adding tex cord in material worked for me.