×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: AR Robocup
Added: Sep 6, 2019 9:03 AM
Views: 4056
Tags: no tags
  1. <!DOCTYPE html>
  2. <!--Yannick Bröhl Achung: Szene ist ohne Attribute-->
  3.     <a-scene>
  4.         <a-marker>
  5.             <a-plane></a-plane>
  6.         </a-marker>
  7.         <a-marker>
  8.             <a-box></a-box>
  9.         </a-marker>
  10.         <a-marker>
  11.             <a-line></a-line>
  12.         </a-marker>
  13.         <a-entity camera></a-entity>
  14.     </a-scene>
  15. </html>
  16.