Skip to content
Snippets Groups Projects
Commit 638abb86 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Adjusted line thickness

parent 03e18d5c
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ Heightmap::Heightmap(std::string filename): _filename(filename) {
_shader_ptr->setInt("plotLinesEnabled", 1);
_shader_ptr->setVec3("plotLineAlongX_color", glm::vec3(1.f,0.f,1.f));
_shader_ptr->setVec3("plotLineAlongY_color", glm::vec3(1.f,0.f,0.f));
_shader_ptr->setFloat("plotLineHalfThickness", 0.01f);
_shader_ptr->setFloat("plotLineHalfThickness", 0.001f);
_shader_ptr->setFloat("plotLineAlongX_y", -99999.f);
_shader_ptr->setFloat("plotLineAlongY_x", -99999.f);
_shader_ptr->unuse();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment