Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

particles are not visible behind transparent entity #54

Open
vesper8 opened this issue Jan 2, 2020 · 2 comments
Open

particles are not visible behind transparent entity #54

vesper8 opened this issue Jan 2, 2020 · 2 comments

Comments

@vesper8
Copy link

vesper8 commented Jan 2, 2020

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

@diarmidmackenzie
Copy link
Contributor

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

1 similar comment
@diarmidmackenzie
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants