소스 검색

A-Frame plugin: add 'crop' viewport style

customisations
alemart 2 달 전
부모
커밋
e77c18686c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      plugins/aframe-with-encantar.js

+ 1
- 1
plugins/aframe-with-encantar.js 파일 보기

@@ -1048,7 +1048,7 @@ AFRAME.registerComponent('ar-viewport', ARComponent({
1048 1048
         /** viewport resolution */
1049 1049
         'resolution': { type: 'string', default: 'lg' },
1050 1050
 
1051
-        /** viewport style: "best-fit" | "stretch" | "inline" */
1051
+        /** viewport style: "best-fit" | "stretch" | "crop" | "inline" */
1052 1052
         'style': { type: 'string', default: 'best-fit' },
1053 1053
 
1054 1054
     },

Loading…
취소
저장