瀏覽代碼

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…
取消
儲存