Skip to content

Commit

Permalink
fixed testing artifact in SimpleGeoSphere renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
reinago committed Apr 25, 2018
1 parent 67c5ff2 commit 290bbc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,12 @@ configurator/.vs/
configurator/bin/
configurator/MegaMolConf/obj/
configurator/packages/

configurator/MegaMolConf/Properties/AssemblyInfo\.cs

configurator/MegaMolConf/Resources/mmconfig\.res

build-linux/

.vscode/**/*.bat

.gitmodules

*.orig

utils/MMPLD/mmpld\.bat

utils/MMPLD/mmpld\.reg
build-intel/
2 changes: 1 addition & 1 deletion core/Shaders/simplegeosphere.btf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void main(void) {
// remove the sphere radius from the w coordinates to the rad varyings
vec4 inPos = gl_in[0].gl_Position;
rad = 5 * inPos.w;
rad = inPos.w;
squareRad = rad*rad;
inPos.w = 1.0;
Expand Down

0 comments on commit 290bbc6

Please sign in to comment.