├── LICENSE ├── moire.html ├── spheres.html └── transparent_rects.html /LICENSE: -------------------------------------------------------------------------------- 1 | To the extent possible under law, Mozilla Foundation has waived all copyright and related or 2 | neighboring rights to the WebRender demos in this repository. 3 | 4 | http://creativecommons.org/publicdomain/zero/1.0/ 5 | 6 | -------------------------------------------------------------------------------- /moire.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | WebRender Moiré demo 5 | 29 | 30 | 31 |
32 |
33 |
34 |
35 | 264 | 265 | -------------------------------------------------------------------------------- /spheres.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | spheres 5 | 43 | 44 | 45 |
46 | 497 | 498 | 499 | 500 | -------------------------------------------------------------------------------- /transparent_rects.html: -------------------------------------------------------------------------------- 1 | 2 | 14 | 15 | 125 | 126 | --------------------------------------------------------------------------------