Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Colors not updating for granular
#1
When I try to set the color using the solver.colors property this does not work for granular particles. it does not seem to change the color
Reply
#2
(12-12-2023, 03:52 PM)413866 Wrote: When I try to set the color using the solver.colors property this does not work for granular particles. it does not seem to change the color

Hi,

We are unable to reproduce this. Changing solver.colors does affect granulars, both when using ObiParticleRenderer as well as ObiInstancedParticleRenderer. Could you give more details?
- Could you share the code you're using to set the values of solver.colors?
- Which Obi version are you using, and which platform are you targeting?
- Is this in-editor or in the build? etc.

kind regards,
Reply
#3
(13-12-2023, 08:01 AM)josemendez Wrote: Hi,

We are unable to reproduce this. Changing solver.colors does affect granulars, both when using ObiParticleRenderer as well as ObiInstancedParticleRenderer. Could you give more details?
- Could you share the code you're using to set the values of solver.colors?
- Which Obi version are you using, and which platform are you targeting?
- Is this in-editor or in the build? etc.

kind regards,

It had to do with the FluidRendering including this emitter which emits granulars. Now it works. I assume this is intended behaviour
Reply