Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterion committed Apr 4, 2024
1 parent 5454ac4 commit d7ac26f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script src="/aframe-vr-player/static/aframe-v1.5.0.min.js"></script>
<script src="/aframe-vr-player/static/aframe-extras.loaders.min.js"></script>
<title>aframe vr player</title>
<script type="module" crossorigin src="/aframe-vr-player/static/index-ClBI3MFD.js"></script>
<script type="module" crossorigin src="/aframe-vr-player/static/index-Bp6QC3UT.js"></script>
</head>

<body>
Expand Down Expand Up @@ -59,6 +59,11 @@
<!-- cursor stuff -->
<a-cursor controls id="cursor" cursor-util raycaster="objects: [clickable]" fuse="false" position="0 0 -50">
</a-cursor>
<!-- subtitles -->
<a-text id="subtitles" position="0 -1.5 -5" width="5" align="center">
<a-plane visible="false"></a-plane>
</a-text>

</a-entity>
</a-entity>
</a-entity>
Expand All @@ -67,6 +72,7 @@
<!-- video player -->
<a-entity id="env" env-manager></a-entity>


<!-- video player ui -->
<a-entity id="controls" position="0 0 0" rotation="0 0 0">

Expand Down
Loading

0 comments on commit d7ac26f

Please sign in to comment.