Updated shaders from OpenSceneGraph-Data/shaders
This commit is contained in:
parent
2e1a58b6aa
commit
711e04751f
@ -125,5 +125,5 @@ char terrain_displacement_mapping_vert[] = "#version 120\n"
|
|||||||
" vec3 position = gl_Vertex.xyz + gl_Normal.xyz * height_center;\n"
|
" vec3 position = gl_Vertex.xyz + gl_Normal.xyz * height_center;\n"
|
||||||
" gl_Position = gl_ModelViewProjectionMatrix * vec4(position,1.0);\n"
|
" gl_Position = gl_ModelViewProjectionMatrix * vec4(position,1.0);\n"
|
||||||
"\n"
|
"\n"
|
||||||
"};\n"
|
"}\n"
|
||||||
"\n";
|
"\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user