WIP
This commit is contained in:
parent
07b35b9667
commit
4c4afe3bdf
29 changed files with 595 additions and 139 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
in vec3 a_position;
|
||||
uniform mat4 u_matrix;
|
||||
uniform float u_fudgeFactor;
|
||||
|
||||
out vec4 pos;
|
||||
|
||||
void main() {
|
||||
pos = u_matrix * vec4(a_position, 1);
|
||||
pos.y = pos.y * 0.6;
|
||||
gl_Position = pos;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue