Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all colors are visible in wireframe/dark mode #582

Closed
nathaneltitane opened this issue Dec 28, 2020 · 9 comments
Closed

Not all colors are visible in wireframe/dark mode #582

nathaneltitane opened this issue Dec 28, 2020 · 9 comments

Comments

@nathaneltitane
Copy link

see attached:

Screenshot_20201228-185151_VNC Viewer.png

versus:

Screenshot_20201228-185312_VNC Viewer.png

@nathaneltitane
Copy link
Author

@trevorsandy @leozide is this related to #508 ?

@trevorsandy
Copy link
Contributor

I don't think so.

It looks like the default wireframe line colour (for solid colour pieces) is the same as the dark theme background colour so lines for non-trans pieces are not visible. If you change the background colour you will see the solid piece lines.

However, there is another anomaly in that conditional lines are not shown for the wireframe view so cylindrical pieces will only show a front and rear circle and surfaces without edge-lines will not be shown. As a result, models will appear incompletely rendered.

Cheers,

@nathaneltitane
Copy link
Author

Any chance we can implement an option to change the outline color or does that depend on the parts color list implementation?

Is that currently managed by leocad?

@rsbx
Copy link
Contributor

rsbx commented Dec 30, 2020 via email

@trevorsandy
Copy link
Contributor

trevorsandy commented Dec 30, 2020

I haven't looked at how Leo is deriving the wireframe line colour. He may be specifying it staticaly or using the edge colour from LDConfig.ldr.

In any case, it is certainly possible to manage the line colour so that it always contrasts with the background colour.

Cheers,

@leozide
Copy link
Owner

leozide commented Dec 30, 2020

Colors come from LDConfig.ldr, you have to either edit it or change your background color.

@nathaneltitane
Copy link
Author

Likely comes from the colors file. If that's the case, you'd want to use
an alternative colors file.

Another option is to use a dark gray instead of black for you dark mode
background.

On 2020-12-30 10:48, Nathanel Titane wrote:

Any chance we can implement an option to change the outline color or
does that depend on the parts color list implementation?

Is that currently managed by leocad?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#582 (comment),
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAECJNBKMF455N3KGBXSQ5TSXNDUXANCNFSM4VMTFAYQ.

@rsbx it is a dark gray. You probably meant black for the both?

I like my interface uniform, keeps the focus on the editing.

@nathaneltitane
Copy link
Author

I haven't looked at how Leo is deriving the wireframe line colour. He may be specifying it staticaly or using the edge colour from LDConfig.ldr.

In any case, it is certainly possible to manage the line colour so that it always contrasts with the background colour.

Cheers,

@trevorsandy would be cool if we could override ldconfig without manually changing it.

@rsbx
Copy link
Contributor

rsbx commented Dec 30, 2020 via email

@leozide leozide closed this as completed Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants