This website requires JavaScript.
Explore
Help
Sign in
3DPrinting
/
PrusaSlicer-NonPlainar
Watch
1
Star
0
Fork
You've already forked PrusaSlicer-NonPlainar
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
9efe58e6c7
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 12:29:04 +02:00
#version
110
GCodeViewer -> New shaders for options
2020-05-22 13:21:43 +02:00
GCodeViewer -> 1st iteration of rendering of extrude toolpaths as solid
2020-08-26 15:29:33 +02:00
uniform
vec4
uniform_color;
GCodeViewer -> New shaders for options
2020-05-22 13:21:43 +02:00
void
main()
{
GCodeViewer -> 1st iteration of rendering of extrude toolpaths as solid
2020-08-26 15:29:33 +02:00
gl_FragColor
=
uniform_color;
GCodeViewer -> New shaders for options
2020-05-22 13:21:43 +02:00
}
Reference in a new issue
Copy permalink