Skip to content

Commit

Permalink
Rename face detection script
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Feb 10, 2025
1 parent 5d9e81b commit 3287354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ar-avatar.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>
<pc-app>
<pc-asset src="assets/scripts/camera-feed.mjs"></pc-asset>
<pc-asset src="assets/scripts/face-landmarks.mjs"></pc-asset>
<pc-asset src="assets/scripts/face-detection.mjs"></pc-asset>
<pc-asset src="assets/scripts/morph-update.mjs"></pc-asset>
<pc-asset src="assets/models/raccoon-head.glb" id="raccoon"></pc-asset>
<!-- Scene -->
Expand All @@ -29,7 +29,7 @@
<pc-camera clear-color="0 0 0 0" fov="80"></pc-camera>
<pc-scripts>
<pc-script name="cameraFeed"></pc-script>
<pc-script name="faceLandmarks"></pc-script>
<pc-script name="faceDetection"></pc-script>
</pc-scripts>
</pc-entity>
<!-- Light -->
Expand Down
File renamed without changes.

0 comments on commit 3287354

Please sign in to comment.