mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
GCodeViewer -> Toggle visibility of travel paths, retractions and uretractions
This commit is contained in:
@@ -12,4 +12,6 @@ void main()
|
||||
// eye_normal = gl_NormalMatrix * gl_Normal;
|
||||
// world_normal_z = gl_Normal.z;
|
||||
gl_Position = ftransform();
|
||||
|
||||
gl_PointSize = 3.0;
|
||||
}
|
||||
|
||||
@@ -12,4 +12,6 @@ void main()
|
||||
// eye_normal = gl_NormalMatrix * gl_Normal;
|
||||
// world_normal_z = gl_Normal.z;
|
||||
gl_Position = ftransform();
|
||||
|
||||
gl_PointSize = 3.0;
|
||||
}
|
||||
|
||||
@@ -12,4 +12,6 @@ void main()
|
||||
// eye_normal = gl_NormalMatrix * gl_Normal;
|
||||
// world_normal_z = gl_Normal.z;
|
||||
gl_Position = ftransform();
|
||||
|
||||
gl_PointSize = 3.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user