Is this a bug or am I doing something wrong :)

First of all hello :stuck_out_tongue: And big thank you for maintaining this amazing library!

Here is the akward situation I’m having:
https://streamable.com/z9px72
It seems the transparency isnt working when the model is between the sprite and the geometry (pie slice).

You can see it working fine when I’m not “over the model”.
Let me know if this is a known thing :o

Try setting .depthWrite = false on any material where .transparent === true. Or, try setting .transparent = false and use .alphaTest = 0.5 (ish) instead. If that’s not it, we may need more than a video to debug. :slight_smile:

worked perfectly actually thank you so much :slight_smile:

1 Like