Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typewriter1 committed Jan 1, 2019
1 parent 727c442 commit 61a988c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ A simple, easy to use WebGL renderer, which attempts to provide a way of renderi

__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".

# Online Demo
Todo

# Dependencies
This requires [gl-matrix](https://github.com/toji/gl-matrix) and [webgl-obj-loader](https://github.com/frenchtoast747/webgl-obj-loader).

Expand Down

0 comments on commit 61a988c

Please sign in to comment.