mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Removed unused line in shader. CURA-3273
This commit is contained in:
parent
0889722350
commit
7c964045db
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ vertex41core =
|
|||
v1_vertex.y -= a_line_dim.y / 2; // half layer down
|
||||
|
||||
vec4 world_space_vert = u_modelMatrix * v1_vertex;
|
||||
//gl_Position = u_modelViewProjectionMatrix * a_vertex; //world_space_vert;
|
||||
gl_Position = world_space_vert;
|
||||
// shade the color depending on the extruder index stored in the alpha component of the color
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue