ソースを参照

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
         /** viewport resolution */
1048
         /** viewport resolution */
1049
         'resolution': { type: 'string', default: 'lg' },
1049
         'resolution': { type: 'string', default: 'lg' },
1050
 
1050
 
1051
-        /** viewport style: "best-fit" | "stretch" | "inline" */
1051
+        /** viewport style: "best-fit" | "stretch" | "crop" | "inline" */
1052
         'style': { type: 'string', default: 'best-fit' },
1052
         'style': { type: 'string', default: 'best-fit' },
1053
 
1053
 
1054
     },
1054
     },

読み込み中…
キャンセル
保存