Skip to content

Commit

Permalink
Make projected geo shape outlines non-transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
alja authored and linev committed May 20, 2024
1 parent 1a25fba commit 0b22337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui5/eve7/lib/EveElementsRCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ sap.ui.define(['rootui5/eve7/lib/EveManager'], function (EveManager)
let material = this.RcFlatMaterial(fcol, mop);
material.side = RC.FRONT_AND_BACK_SIDE;

let line_mat = this.RcLineMaterial(fcol, mop);
let line_mat = this.RcLineMaterial(fcol);

let meshes = [];
for (let ib_pos = 0; ib_pos < ib_len;)
Expand Down

0 comments on commit 0b22337

Please sign in to comment.