Bug Fixes
This commit is contained in:
parent
9124915237
commit
18bb7ab823
13 changed files with 469 additions and 272 deletions
|
@ -14,7 +14,6 @@ void main() {
|
|||
// Pass some variables to the fragment shader
|
||||
fragTexCoord = vertTexCoord;
|
||||
fragVert = vert;
|
||||
fragColor = vertColor;
|
||||
|
||||
// Apply all matrix transformations to vert
|
||||
gl_Position = projection * camera * transform * vec4(vert, 1);
|
||||
|
|
Reference in a new issue