0

look I am trying to show flame in particle system .But when i change the particle num,the color get changed.1 particle///// 100 particles as you can see ,the color in 100 particles are changed to yellow in the beside.this is why? i set the color as [color: new THREE.Vector3(0.02, 1, 0.5)] which should display red only. is it contains with the HSL color?

Thank you!

sisi
  • 1

1 Answers1

0

The change in color happens due to blending. It's the expected effect when overlaying transparent particles like in your image.

Mugen87
  • 28,829
  • 4
  • 27
  • 50