GCodeViewer -> Toggle visibility of travel paths, retractions and uretractions

This commit is contained in:
enricoturri1966
2020-04-14 16:40:08 +02:00
parent 5bd1d4e035
commit a73b7180e2
8 changed files with 173 additions and 53 deletions

View File

@@ -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;
}