Skip to content

Commit

Permalink
Merge branch 'fix-sphere' of github.com:bozbalci/giraffe into fix-sphere
Browse files Browse the repository at this point in the history
  • Loading branch information
bozbalci committed Jan 13, 2020
2 parents b5e2551 + 7fef292 commit f4168b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignments/hw3/src/shaders/sphere.vert
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ out vec3 VertexNormal;

void main()
{
VertexTextureCoordinate = vec2(TextureCoordinate.x + (TextureHorizontalShift / TextureWidth),
VertexTextureCoordinate = vec2(TextureCoordinate.x + (TextureHorizontalShift / 125),
TextureCoordinate.y);

VertexNormal = normalize(Position);
Expand Down

0 comments on commit f4168b8

Please sign in to comment.