mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
Code cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user