Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ytphi committed Oct 14, 2021
1 parent 0a0d773 commit e44ce0c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,16 @@
embedded
arjs="sourceType: webcam; debugUIEnabled: false; trackingMethod: best;"
>
<a-assets>
<video
id="vid"
type="video/mp4"
preload="auto"
loop="true"
src="test.mp4"
></video>
</a-assets>
<a-marker
vidhandler
type="pattern"
url="./xREAL-Marker.patt"
smooth="true"
Expand All @@ -47,8 +55,8 @@
rotation="90 180 0"
>
<a-video
id="vid"
src="test.mp4"
vidhandler
src="#vid"
width="28.5"
height="19"
position="0 0 -1"
Expand Down

0 comments on commit e44ce0c

Please sign in to comment.