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
precision lowp float; | |
uniform sampler2D channel0; | |
uniform float time; | |
varying vec2 vTextureCoord; | |
// rendering params | |
const float sphsize = 0.8; // planet size | |
const float dist = 0.08; // distance for glow and distortion |