1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

GCodeViewer -> Layers z slider wip

This commit is contained in:
enricoturri1966
2020-04-27 11:44:29 +02:00
parent c76bf934f7
commit a6ed1d817a
12 changed files with 104 additions and 30 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ void main()
// world_normal_z = gl_Normal.z;
gl_Position = ftransform();
gl_PointSize = 5.0;
gl_PointSize = 15.0;
}