|
@@ -592,7 +592,7 @@ AFRAME.registerComponent('ar-camera-source', ARComponent({
|
592
|
592
|
|
593
|
593
|
schema: {
|
594
|
594
|
|
595
|
|
- /** video resolution: "xs" | "xs+" | "sm" | "sm+" | "md" | "md+" | "lg" | "lg+" | "xl" | "xl+" | "xxl" | "xxl+" */
|
|
595
|
+ /** video resolution */
|
596
|
596
|
'resolution': { type: 'string', default: 'md' },
|
597
|
597
|
|
598
|
598
|
/** facing mode: "environment" | "user" */
|
|
@@ -741,7 +741,7 @@ AFRAME.registerComponent('ar-image-tracker', ARComponent({
|
741
|
741
|
|
742
|
742
|
schema: {
|
743
|
743
|
|
744
|
|
- /** resolution of the tracker: "xs" | "xs+" | "sm" | "sm+" | "md" | "md+" | "lg" | "lg+" | "xl" | "xl+" | "xxl" | "xxl+" */
|
|
744
|
+ /** resolution of the tracker */
|
745
|
745
|
'resolution': { type: 'string', default: 'sm' },
|
746
|
746
|
|
747
|
747
|
},
|
|
@@ -836,7 +836,7 @@ AFRAME.registerComponent('ar-viewport', ARComponent({
|
836
|
836
|
|
837
|
837
|
schema: {
|
838
|
838
|
|
839
|
|
- /** viewport resolution: "xs" | "xs+" | "sm" | "sm+" | "md" | "md+" | "lg" | "lg+" | "xl" | "xl+" | "xxl" | "xxl+" */
|
|
839
|
+ /** viewport resolution */
|
840
|
840
|
'resolution': { type: 'string', default: 'lg' },
|
841
|
841
|
|
842
|
842
|
/** viewport style: "best-fit" | "stretch" | "inline" */
|