소스 검색

Rename and move files to plugins/extras/aframe

customisations
alemart 6 달 전
부모
커밋
616b81bf26
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    2
      demos/hello-aframe/index.html
  2. 2
    2
      demos/hello-aframe/video.html
  3. 0
    0
      plugins/extras/aframe/ar-scan-gimmick.js
  4. 0
    0
      plugins/extras/aframe/gltf-anim.js

+ 2
- 2
demos/hello-aframe/index.html 파일 보기

@@ -8,8 +8,8 @@
8 8
         <script src="../../dist/encantar.min.js"></script>
9 9
         <script src="https://cdn.jsdelivr.net/npm/aframe@1.6.0/dist/aframe-v1.6.0.min.js"></script>
10 10
         <script src="../../plugins/aframe-with-encantar.js"></script>
11
-        <script src="../../plugins/extras/aframe-scan-gimmick-for-encantar.js"></script>
12
-        <script src="../../plugins/extras/aframe-gltf-anim.js"></script>
11
+        <script src="../../plugins/extras/aframe/ar-scan-gimmick.js"></script>
12
+        <script src="../../plugins/extras/aframe/gltf-anim.js"></script>
13 13
     </head>
14 14
     <body>
15 15
 

+ 2
- 2
demos/hello-aframe/video.html 파일 보기

@@ -8,8 +8,8 @@
8 8
         <script src="../../dist/encantar.min.js"></script>
9 9
         <script src="https://cdn.jsdelivr.net/npm/aframe@1.6.0/dist/aframe-v1.6.0.min.js"></script>
10 10
         <script src="../../plugins/aframe-with-encantar.js"></script>
11
-        <script src="../../plugins/extras/aframe-scan-gimmick-for-encantar.js"></script>
12
-        <script src="../../plugins/extras/aframe-gltf-anim.js"></script>
11
+        <script src="../../plugins/extras/aframe/ar-scan-gimmick.js"></script>
12
+        <script src="../../plugins/extras/aframe/gltf-anim.js"></script>
13 13
     </head>
14 14
     <body>
15 15
 

plugins/extras/aframe-scan-gimmick-for-encantar.js → plugins/extras/aframe/ar-scan-gimmick.js 파일 보기


plugins/extras/aframe-gltf-anim.js → plugins/extras/aframe/gltf-anim.js 파일 보기


Loading…
취소
저장