File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2424 */
2525import { ShaderChunk } from 'three' ;
2626
27+ // language=GLSL
2728export const LOWRES_VERTEX_SHADER = `
2829#include <common>
2930${ ShaderChunk . logdepthbuf_pars_vertex }
Original file line number Diff line number Diff line change 2222 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323 * THE SOFTWARE.
2424 */
25+
26+ // language=GLSL
2527export const SKY_FRAGMENT_SHADER = `
2628uniform float sunlightStrength;
2729uniform float ambientLight;
Original file line number Diff line number Diff line change 2222 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2323 * THE SOFTWARE.
2424 */
25+
26+ // language=GLSL
2527export const SKY_VERTEX_SHADER = `
2628varying vec3 vPosition;
2729void main() {
You can’t perform that action at this time.
0 commit comments