This website requires JavaScript.
Explore
Help
Sign In
3DPrinting
/
PrusaSlicer-NonPlainar
Watch
1
Star
0
Fork
0
You've already forked PrusaSlicer-NonPlainar
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8f293f0cb5
PrusaSlicer-NonPlainar
/
resources
/
shaders
/
options_110.fs
9 lines
93 B
Forth
Raw
Normal View
History
Unescape
Escape
ENABLE_GCODE_VIEWER -> Refactoring of shaders for options
2020-05-29 10:29:04 +00:00
#version
110
GCodeViewer -> New shaders for options
2020-05-22 11:21:43 +00:00
GCodeViewer -> 1st iteration of rendering of extrude toolpaths as solid
2020-08-26 13:29:33 +00:00
uniform
vec4
uniform_color;
GCodeViewer -> New shaders for options
2020-05-22 11:21:43 +00:00
void
main()
{
GCodeViewer -> 1st iteration of rendering of extrude toolpaths as solid
2020-08-26 13:29:33 +00:00
gl_FragColor
=
uniform_color;
GCodeViewer -> New shaders for options
2020-05-22 11:21:43 +00:00
}
Reference in New Issue
Copy Permalink