Skip to content

Commit

Permalink
9999
Browse files Browse the repository at this point in the history
  • Loading branch information
eight-four committed Oct 24, 2024
1 parent a58e9a9 commit 6a63703
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
</head>

<body style="margin:0px; overflow:hidden;">
<a-scene embedded arjs="debugUIEnabled:false;">
<a-scene stats embedded arjs="debugUIEnabled:false;" light="defaultLightsEnabled: false">
<a-assets>
<a-asset-item id="shine" src="gltf/Shine+Sprite.gltf"></a-asset-item>
</a-assets>
<a-entity light="type: ambient; color: #ffffff; intensity: 1.5" position="-1 1 0"></a-entity>
<a-marker preset="hiro">
<!-- <a-box position="0 0.5 0" color="yellow"
animation="property: rotation; to: 0 360 0; loop: true; dur: 5000"></a-box> -->
<a-light type="ambient" color="#FFFFFF" intensity="2" position="0 0 -50"></a-light>
<a-light type="ambient" color="#FFFFFF" intensity="2" position="0 0 0"></a-light>
<a-entity gltf-model="#shine" scale="1 1 1" rotation="-90 0 0"></a-entity>
</a-marker>
<a-entity camera></a-entity>
Expand Down

0 comments on commit 6a63703

Please sign in to comment.