-
Notifications
You must be signed in to change notification settings - Fork 83
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
Board & Schematic only render background and grid #716
Comments
To me, this looks like something's wrong with blending as the copper's not visible through the transparent soldermask. Does changing the layer opacity or antialiasing settings do anything? You might try commenting out this line and see what happens: horizon/src/canvas/canvas_gl.cpp Line 260 in 5cb13af
|
Disabling antialiasing fixed it! 1x, 2x, 4x sampling all make those layers disappear, while Off works fine. |
I just tested a build with blending disabled by commenting out that line as you suggested, but it didn't have any effect. Enabling antialiasing still causes the same problem. I'm not ruling out an issue with the VMware graphics driver here, or some odd interaction with my mac's graphics hardware. But any other ideas to troubleshoot? |
Another guess is that it's got to do something with geometry shaders since they're used for almost everything but the grid and cursor. Can you post a screenshot of the edge of the board in the 3D view? The edges of the layers are the only thing the 3D view that uses geometry shaders. |
On my recent install of Horizon EDA, I can't get any of the board/schematic views to render anything but the background colour and the grid. The part and package viewers have the same behaviour. Nothing shows: no text, no wires (even when actively being drawn), no symbols, no footprints. 3d previews do work.
I've got a Debian 12 virtual machine, using VMware Fusion's accelerated 3d graphics. From what I can tell this should be more than enough to support Horizon's needs:
I don't see any other graphical bugs or glitches. I've tested in both Xorg and in Wayland, same issue.
The text was updated successfully, but these errors were encountered: