Przeglądaj źródła

Add comment

customisations
alemart 1 rok temu
rodzic
commit
b09bd6cefc
2 zmienionych plików z 8 dodań i 1 usunięć
  1. 7
    0
      demos/hello-webgl/demo.js
  2. 1
    1
      docs/demos.md

+ 7
- 0
demos/hello-webgl/demo.js Wyświetl plik

@@ -6,6 +6,13 @@
6 6
 
7 7
 /*
8 8
 
9
+Note:
10
+
11
+It is easier to use a 3D library or framework than to write WebGL code. This
12
+demo shows an augmented scene created with WebGL code, and is intended for
13
+demonstration purposes only. You don't need to write WebGL code for AR. Use
14
+a library or framework to render the virtual elements. See the other demos.
15
+
9 16
 WebGL low-level code:
10 17
 
11 18
 */

+ 1
- 1
docs/demos.md Wyświetl plik

@@ -24,7 +24,7 @@ Create an augmented scene with [three.js](https://threejs.org){ ._blank }.
24 24
 
25 25
 ### WebAR with WebGL only
26 26
 
27
-Create an augmented scene without additional libraries, for curiosity only.
27
+Create an augmented scene without additional libraries.
28 28
 
29 29
 [Launch demo](/martins-js/demos/hello-webgl/README.html){ ._blank .md-button }
30 30
 

Ładowanie…
Anuluj
Zapisz