mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
GCodeViewer -> Basic indexed rendering
This commit is contained in:
@@ -13,5 +13,5 @@ void main()
|
||||
// world_normal_z = gl_Normal.z;
|
||||
gl_Position = ftransform();
|
||||
|
||||
gl_PointSize = 3.0;
|
||||
gl_PointSize = 5.0;
|
||||
}
|
||||
|
||||
@@ -13,5 +13,5 @@ void main()
|
||||
// world_normal_z = gl_Normal.z;
|
||||
gl_Position = ftransform();
|
||||
|
||||
gl_PointSize = 3.0;
|
||||
gl_PointSize = 5.0;
|
||||
}
|
||||
|
||||
@@ -13,5 +13,5 @@ void main()
|
||||
// world_normal_z = gl_Normal.z;
|
||||
gl_Position = ftransform();
|
||||
|
||||
gl_PointSize = 3.0;
|
||||
gl_PointSize = 5.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user