Browse Source

Add comments

customisations
alemart 8 months ago
parent
commit
f5a90f91bc
2 changed files with 4 additions and 2 deletions
  1. 2
    1
      plugins/babylon-with-encantar.js
  2. 2
    1
      plugins/three-with-encantar.js

+ 2
- 1
plugins/babylon-with-encantar.js View File

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

+ 2
- 1
plugins/three-with-encantar.js View File

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

Loading…
Cancel
Save