Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How do I make an Obi Fluid liquid translucent?
#1
This question may not be related to obi.

How do I make an Obi Fluid liquid translucent?

Lowering the alpha of ParticleColor in ObiParticleRenderer will not change the appearance.
For example, if you want to make an appropriate 3D model translucent, create an appropriate material, set REnderingMode to Fade, and change the alpha of Color to translucent.

In the same way, we are seeking to change the Color setting to make it translucent.
Reply
#2
(10-04-2024, 04:20 PM)KBTIT_ Wrote: This question may not be related to obi.

How do I make an Obi Fluid liquid translucent?

Lowering the alpha of ParticleColor in ObiParticleRenderer will not change the appearance.
For example, if you want to make an appropriate 3D model translucent, create an appropriate material, set REnderingMode to Fade, and change the alpha of Color to translucent.

In the same way, we are seeking to change the Color setting to make it translucent.

Hi!

You do this in your ObiFluidRenderer/ObiFluidRendererFeature. See:
http://obi.virtualmethodstudio.com/manua...ering.html
Reply
#3
thanks
Reply