mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-01 09:32:50 +00:00
GCodeViewer -> 1st iteration of rendering of extrude toolpaths as solid
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#version 110
|
||||
|
||||
uniform vec3 uniform_color;
|
||||
uniform vec4 uniform_color;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = vec4(uniform_color, 1.0);
|
||||
gl_FragColor = uniform_color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user