Open MicahMuffinTop opened 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
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.
Before
After
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?
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
This is a 3.x issue. So its not really related
@clayjohn OP is on 3.4.1 so related
@Zireael07 Check the milestone of the linked issue :)
How do I check my Gpu on Chromebook?
Oh never mind the GLES2 thing worked.
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
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.
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