Skip to content

Commit

Permalink
Remove part about falling back to cWebGL. See commit [1b8b017]
Browse files Browse the repository at this point in the history
  • Loading branch information
richtr committed Oct 9, 2014
1 parent 9aa65e7 commit 82e7d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ A fully web standards compliant JavaScript 3D Compass application.
A web browser with the following web standards support:

* Device Orientation Events - [When/Where can I use Device Orientation Events?](http://caniuse.com/#feat=deviceorientation)
* WebGL - [When/Where can I use WebGL?](http://caniuse.com/#feat=webgl) - note: Although this demo can work without WebGL, if this is not available then the Marine Compass will fallback to using [cWebGL](https://code.google.com/p/cwebgl/) with *significantly reduced performance*.
* WebGL - [When/Where can I use WebGL?](http://caniuse.com/#feat=webgl)

#### Usage ####

Expand Down

0 comments on commit 82e7d53

Please sign in to comment.