aframe-particle-system-component icon indicating copy to clipboard operation
aframe-particle-system-component copied to clipboard

particles are not visible behind transparent entity

Open vesper8 opened this issue 5 years ago • 2 comments
trafficstars

Any idea what is causing this? I have a billboard set that looks like this:

        <a-entity
          id="billboard"
          geometry="primitive: plane; width: 4; height: 0.5"
          position="0 1.4 0"
          material="shader: html; target: .space-title-texture; transparent: true; ratio: width"
        />

It contains some text in the middle and the background itself is transparent. I can see the sky and the environment through the transparency but for some reason I cannot see the particles from this component. The particles are the only things that do not appear through the transparent entity

vesper8 avatar Jan 02 '20 18:01 vesper8

This is over a year old, so not sure this will be helpful, but in case others come across this, try adding "alphaTest: 0.5" to the material property.

https://stackoverflow.com/questions/43944346/a-frame-png-transparency

diarmidmackenzie avatar Feb 24 '22 16:02 diarmidmackenzie

This is over a year old, so not sure this will be helpful, but in case others come across this, try adding "alphaTest: 0.5" to the material property.

https://stackoverflow.com/questions/43944346/a-frame-png-transparency

diarmidmackenzie avatar Feb 24 '22 16:02 diarmidmackenzie