Importer for GLSLSandbox (GLSL). Maps uniform float time; and uniform vec2 resolution; correctly.
uniform float time;
uniform vec2 resolution;
Parses the external shader source code.
The raw code from the external platform.
Options ready to be passed to new CustomShaderMaterial(...).
new CustomShaderMaterial(...)
Importer for GLSLSandbox (GLSL). Maps
uniform float time;anduniform vec2 resolution;correctly.