godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.98k stars 21.16k forks source link

GLES3 editor rendering artefact - polys not drawing #73799

Open MicahMuffinTop opened 1 year ago

MicahMuffinTop commented 1 year ago

Godot version

3.4.1

System information

Chrome OS

Issue description

When I change the color or material of an object it makes the entire screen kind of like less bright and the outline of stuff disappears. I then have to quit the entire application to get it back to normal.

Steps to reproduce

Change the material or color of a CGSbox.

Minimal reproduction project

N/A

clayjohn commented 1 year ago

Can you please provide more information?

Are you running the desktop version or the web version?

In this case a screenshot would help as would an MRP so we know more about what you are trying to do and what is actually going wrong

MicahMuffinTop commented 1 year ago

I have a chromebook but I installed godot using linux. I am trying to follow along with a book named "Godot from Zero to Proficiency (Foundations)" and when I change the color or materiel of a CGSbox it makes the screen change . Ill do a screenshot of before the change and after.

MicahMuffinTop commented 1 year ago

Before Screenshot 2023-02-23 7 15 58 AM

MicahMuffinTop commented 1 year ago

After Screenshot 2023-02-23 7 16 44 AM

Zireael07 commented 1 year ago

Oh wow. Your Godot theme indeed goes very gray. I don't think we've seen this before. What are the specs (especially GPU) of this chromebook?

clayjohn commented 1 year ago

Your chromebook may be having trouble with GLES3. It would be worth trying to use the GLES2 renderer. You can do that by clicking on GLES3 in the top-right hand corner and selecting GLES2

Calinou commented 1 year ago
clayjohn commented 1 year ago

This is a 3.x issue. So its not really related

Zireael07 commented 1 year ago

@clayjohn OP is on 3.4.1 so related

akien-mga commented 1 year ago

@Zireael07 Check the milestone of the linked issue :)

MicahMuffinTop commented 1 year ago

How do I check my Gpu on Chromebook?

MicahMuffinTop commented 1 year ago

Oh never mind the GLES2 thing worked.

MicahMuffinTop commented 1 year ago

Your chromebook may be having trouble with GLES3. It would be worth trying to use the GLES2 renderer. You can do that by clicking on GLES3 in the top-right hand corner and selecting GLES2

Thanks For the suggestion

lawnjelly commented 1 year ago

Changed the title to reflect it looks like the polys are not drawing (not definite on this, but it's a more informative title than the old one :grinning: ). I'm guessing the gray background is the clear color.