Skip to content

Commit

Permalink
Update robotics.html
Browse files Browse the repository at this point in the history
  • Loading branch information
petrucior authored Apr 5, 2024
1 parent 7374116 commit 8316e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augmentedReality/robotics.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a-asset-item id="crown-mtl" src="crown.mtl"></a-asset-item>
</a-assets>
<a-entity obj-model="obj: #trapezio-obj; mtl: #trapezio-mtl;"></a-entity-->
<a-entity obj-model="obj: url(crown.obj); mtl: url(crown.mtl);" rotation="-60 0 0" scale="4 4 4"></a-entity>
<a-entity obj-model="obj: url(trapezio.obj); mtl: url(trapezio.mtl);" rotation="-60 0 0" scale="4 4 4"></a-entity>
<!--a-box position='0 0.5 0' material='opacity: 0.5;'></a-box-->
<a-marker-camera preset='hiro'></a-marker-camera>
</a-scene>
Expand Down

0 comments on commit 8316e0f

Please sign in to comment.