mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Decreased the value of the u_z_bias, so the plate quad is drawn again.
CURA-4150
This commit is contained in:
parent
ca1f7430c1
commit
904682945a
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class BuildVolume(SceneNode):
|
|||
self._plate_shader = OpenGL.getInstance().createShaderProgram(Resources.getPath(Resources.Shaders, "color.shader"))
|
||||
theme = Application.getInstance().getTheme()
|
||||
self._plate_shader.setUniformValue("u_color", Color(*theme.getColor("buildplate").getRgb()))
|
||||
self._plate_shader.setUniformValue("u_z_bias", 0.01)
|
||||
self._plate_shader.setUniformValue("u_z_bias", 0.000001)
|
||||
|
||||
renderer.queueNode(self, mode = RenderBatch.RenderMode.Lines)
|
||||
renderer.queueNode(self, mesh = self._origin_mesh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue