This website requires JavaScript.
Explore
Help
Sign In
iGoX
/
OrcaSlicer-bambulab
Watch
1
Star
0
Fork
0
mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced
2026-08-22 12:03:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b71d787f695c779e571865d5214d4da8d50aa7c5
OrcaSlicer-bambulab
/
resources
/
shaders
/
options_110.fs
T
9 lines
93 B
GLSL
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 New Issue
Copy Permalink