Skip to content

Commit 35dcff7

Browse files
committed
preetham stuff, could be unfinished
1 parent efafcef commit 35dcff7

File tree

5 files changed

+461
-271
lines changed

5 files changed

+461
-271
lines changed

assets/shaders/pree.frag

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#version 330 core
22

3+
out vec4 Color;
4+
35
in vec3 vSunDirection;
46
in float vSunfade;
57
in vec3 vBetaR;
68
in vec3 vBetaM;
79
in float vSunE;
810

9-
out vec4 Color;
1011

1112
uniform float luminance;
1213
uniform float mieDirectionalG;

0 commit comments

Comments
 (0)