npm install [email protected] --global
npm install three
texel index.js --open
Wait for output.
npm install [email protected] --global
npm install three
texel index.js --open
Wait 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; |