npm install texel@1.0.15 --global
npm install three
texel index.js --openWait for output.
| #ifdef GL_ES | |
| precision highp float; | |
| #endif | |
| uniform sampler2D from, to; | |
| uniform float progress; | |
| uniform vec2 resolution; | |
| highp float random(vec2 co) | |
| { | |
| highp float a = 12.9898; | |
| highp float b = 78.233; |