mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 14:04:11 -06:00
GCodeProcessor -> Added processing of gcode lines G0
This commit is contained in:
parent
4c51a258ef
commit
aa14b42638
3 changed files with 7 additions and 1 deletions
|
@ -66,7 +66,6 @@ vec4 on_sphere_color(vec3 eye_on_sphere_position)
|
|||
intensity.x += NdotL * LIGHT_FRONT_DIFFUSE;
|
||||
|
||||
return vec4(intensity.y + uniform_color.rgb * intensity.x, 1.0);
|
||||
// return vec4(vec3(intensity.y) + uniform_color.rgb * intensity.x, 1.0);
|
||||
}
|
||||
|
||||
float fragment_depth(vec3 eye_pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue