Code cleanup

This commit is contained in:
Alexander Bock
2017-02-27 23:03:07 -05:00
parent 78f2f0a35e
commit 6199289e91
59 changed files with 607 additions and 601 deletions
@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
* Copyright (c) 2014 *
* Copyright (c) 2014-2017 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
@@ -35,4 +35,4 @@ Fragment getFragment(){
frag.color = color;
frag.depth = fs_vertexPosition.w;
return frag;
}
}
@@ -2,7 +2,7 @@
* *
* OpenSpace *
* *
* Copyright (c) 2014 *
* Copyright (c) 2014-2017 *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy of this *
* software and associated documentation files (the "Software"), to deal in the Software *
@@ -33,4 +33,4 @@ out vec4 fs_vertexPosition;
void main(){
fs_vertexPosition = z_normalization(vertexPositionClippingSpace);
gl_Position = fs_vertexPosition;
}
}