Skip to content

Commit 61a988c

Browse files
authored
Update README.md
1 parent 727c442 commit 61a988c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ A simple, easy to use WebGL renderer, which attempts to provide a way of renderi
33

44
__Note__: To use textures, you have to run your HTML page from a server. Therefore, to test locally you must use a server. If you have python3 installed, you can setup a simple server by opening CMD or equivalent and running `python -m http.server` (with python 3) from the directory of the HTML file. Then open your browser and go to localhost:8000 (or whatever number it tells you). For this to work your HTML file must be called "index.html".
55

6+
# Online Demo
7+
Todo
8+
69
# Dependencies
710
This requires [gl-matrix](https://github.com/toji/gl-matrix) and [webgl-obj-loader](https://github.com/frenchtoast747/webgl-obj-loader).
811

0 commit comments

Comments
 (0)