Quellcode durchsuchen

Change comments due to the new Resolution type

customisations
alemart vor 11 Monaten
Ursprung
Commit
7b788ab12e
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3
    3
      plugins/aframe-with-encantar.js

+ 3
- 3
plugins/aframe-with-encantar.js Datei anzeigen

@@ -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" */

Laden…
Abbrechen
Speichern