Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
  <head>
    <title>Transparent PNG texture</title>
    <meta name="description" content="Transparent PNG texture">
    <script src="https://aframe.io/releases/0.5.0/aframe.js"></script>
  </head>
  <body>
    <a-scene>
     
    <a-entity id="textid" text="value: textures and transparency" position="0.1 1.6 -0.5" material="color: white"></a-entity>
      
    <a-sky id=background src="" color="lightblue" cross-origin=""></a-sky>
      
      
      <a-image position="0 0 -5" src="https://vatelier.net/MyDemo/ICONWorkshop/Assets/tag.png" rotation="0 0 0" width="4" height="4" transparent="true" >
</a-image>
      
      <a-sphere color="pink" position="0 1 -6"></a-sphere>
    
    </a-scene> 
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Utopiahpro
0viewers