This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Fragment shader | |
| precision highp float; | |
| varying vec2 UV; | |
| varying vec3 v_position; | |
| uniform float time; | |
| uniform float ratio; | |
| uniform vec2 mouse; | |
| #define PI 3.1416 |