LDraw.org Discussion Forums
Chance edge color ? - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: General (https://forums.ldraw.org/forum-12.html)
+--- Forum: Help (https://forums.ldraw.org/forum-13.html)
+--- Thread: Chance edge color ? (/thread-27237.html)



Chance edge color ? - dkd - 2023-03-29

Hey
I have a small problem - when I use, for example, the color reddish brown (70,p), there is a white edge line, is it possible to change it in the configuration so that it becomes black?

Many thanks in advance - dkd


RE: Chance edge color ? - Willy Tschager - 2023-03-29

(2023-03-29, 16:05)dkd Wrote: Hey
I have a small problem - when I use, for example, the color reddish brown (70,p), there is a white edge line, is it possible to change it in the configuration so that it becomes black?

Many thanks in advance - dkd

Which program are you talking about: LDCad, LDView, LPub, LeoCAD, ...

w.


RE: Chance edge color ? - dkd - 2023-03-30

ohh ! sorry

lDcad 1,7a Smile


RE: Chance edge color ? - N. W. Perry - 2023-03-31

(2023-03-30, 9:24)dkd Wrote: ohh ! sorry

lDcad 1,7a Smile

Yeah, go to (if memory serves) Prefs->LDraw and check “Static edge color”.


RE: Chance edge color ? - dkd - 2023-04-01

It helped !! - There is still a small light line, but that's ok!!

Many thanks - dkd


RE: Chance edge color ? - N. W. Perry - 2023-04-01

(2023-04-01, 8:58)dkd Wrote: It helped !! - There is still a small light line, but that's ok!!

Many thanks - dkd

Great! Now you’ll have to decide if you still like how your transparent parts look. (Feature suggestion for Roland, perhaps—exclude transparent parts from this setting?)


RE: Chance edge color ? - dkd - 2023-04-01

Hmm - Yes, thought about it, assume it's the same "problem"

Thanks for quick response !! dkd


RE: Chance edge color ? - Roland Melkert - 2023-04-02

(2023-04-01, 11:32)N. W. Perry Wrote: Great! Now you’ll have to decide if you still like how your transparent parts look. (Feature suggestion for Roland, perhaps—exclude transparent parts from this setting?)

The static edge color is changeable trough main.cfg, default:
Code:
staticEdgeCol=0.3 0.3 0.3

Or disable drawing of edges all together (prefs/ldraw/draw edges -> disabled)

Or change just the problem edge color by editing LDConfig.ldr

Separating this option into solid and transparent variants is an interesting idea, i'll put it on the nice to have list.


RE: Chance edge color ? - dkd - 2023-04-03

Smile  !!!

dkd