Selaa lähdekoodia

Add comments

customisations
alemart 8 kuukautta sitten
vanhempi
commit
f5a90f91bc
2 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 2
    1
      plugins/babylon-with-encantar.js
  2. 2
    1
      plugins/three-with-encantar.js

+ 2
- 1
plugins/babylon-with-encantar.js Näytä tiedosto

@@ -12,6 +12,7 @@ __THIS_PLUGIN_HAS_BEEN_TESTED_WITH__({
12 12
 
13 13
 /**
14 14
  * Base class for Augmented Reality experiences
15
+ * @abstract
15 16
  */
16 17
 class ARDemo
17 18
 {
@@ -35,7 +36,7 @@ class ARDemo
35 36
     }
36 37
 
37 38
     /**
38
-     * Animation step
39
+     * Animation step - called every frame
39 40
      * @returns {void}
40 41
      */
41 42
     update()

+ 2
- 1
plugins/three-with-encantar.js Näytä tiedosto

@@ -12,6 +12,7 @@ __THIS_PLUGIN_HAS_BEEN_TESTED_WITH__({
12 12
 
13 13
 /**
14 14
  * Base class for Augmented Reality experiences
15
+ * @abstract
15 16
  */
16 17
 class ARDemo
17 18
 {
@@ -35,7 +36,7 @@ class ARDemo
35 36
     }
36 37
 
37 38
     /**
38
-     * Animation step
39
+     * Animation step - called every frame
39 40
      * @returns {void}
40 41
      */
41 42
     update()

Loading…
Peruuta
Tallenna