memeLab / Jandig

Web AR served as a PWA to enable artists to expose and share virtual content in real spaces.
http://jandig.app
GNU General Public License v3.0
56 stars 21 forks source link

Create base AR.js project #17

Closed pablodiegoss closed 6 years ago

pablodiegoss commented 6 years ago

Create a base project to test AR.js and allow a future migration of Jandig features to ARte

pablodiegoss commented 6 years ago

Base project included the basic use of markers and external patterns. The defined structure for markers was like:

 <a-scene embedded arjs>
    <a-marker type="pattern" url="static/patts/FILE.patt">
      <a-plane material="shader:gif;src:url(static/images/ART.gif);" rotation="270 0 0"></a-plane>
    </a-marker> 
</a-scene>