Skip to content

Commit

Permalink
Updated shaders from OpenSceneGraph-Data/shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Oct 20, 2017
1 parent 24c2a0c commit 4645cc7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,5 +125,5 @@ char terrain_displacement_mapping_vert[] = "#version 120\n"
" vec3 position = gl_Vertex.xyz + gl_Normal.xyz * height_center;\n"
" gl_Position = gl_ModelViewProjectionMatrix * vec4(position,1.0);\n"
"\n"
"};\n"
"}\n"
"\n";

0 comments on commit 4645cc7

Please sign in to comment.