Fix T62047 New wireframes missing fresnel effect

Add back some (subtle) fresnel effect on object wireframe.

Dupli/set object still remains flat and need more work.
This commit is contained in:
Clément Foucault 2019-03-01 18:21:58 +01:00
parent 66228d4362
commit 6194aa5ce9
Notes: blender-bot 2023-02-14 03:33:04 +01:00
Referenced by issue #62047, New wireframes missing fresnel effect
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ static void overlay_wire_color_get(
}
else {
*rim_col = G_draw.block.colorWire;
*wire_col = G_draw.block.colorWire;
*wire_col = G_draw.block.colorBackground;
}
if (v3d->shading.type == OB_WIRE) {