Images with alpha channel?

is it possible to have an image plane with transparency areas such as PNG or GIF, or could a single image be used in the chromakey function.
thanks

You can certainly upload a .png file and add it as a texture to a a-plane like so

  <a-plane
    material="src: #yourImage; transparent: true">
  </a-plane>
1 Like

excellent , this will be great for my main titles, thanks

1 Like