mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 04:02:52 -06:00
GCodeViewer -> 1st iteration of rendering of extrude toolpaths as solid
This commit is contained in:
parent
2783653369
commit
ba9c3a74ed
7 changed files with 303 additions and 112 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue