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

Main character disappears when global illumination is enabled #146

Open
ebraminio opened this issue Sep 23, 2022 · 6 comments
Open

Main character disappears when global illumination is enabled #146

ebraminio opened this issue Sep 23, 2022 · 6 comments
Labels

Comments

@ebraminio
Copy link

ebraminio commented Sep 23, 2022

OS/device including version:
Apple M1 Pro on the latest version of Godot, 3.5

Issue description:
The character disappears when Global Illumination is enabled.

Screenshots of issue:
image

On

image

Both on High and Low option will not show the character's body. But the character shows up just if I disable global illumination, enabling or disabling other options seem to have no effect.

@ebraminio ebraminio added the bug label Sep 23, 2022
@aidan-j-rhoden
Copy link
Contributor

I can mostly reproduce this on MacOS and a Linux emulator on Chromebook, both running Godot 3.5.stable. However, for me, the character doesn't disappear; it completely turns black, along with the red robots. Oddly enough, the light from the eyes of both robots are still visible on the black silhouette.

@ebraminio
Copy link
Author

Thanks for confirming this, I went double checking this and found enemies also have got half transparent just like the main character only when global illumination is enabled, hopefully that helps you,

image

@aaronfranke
Copy link
Member

CC @Calinou

@Calinou
Copy link
Member

Calinou commented Sep 23, 2022

Can you reproduce this in previous commits of the demo such as c1c4cc2? If so, this is an engine issue.

@ebraminio
Copy link
Author

ebraminio commented Sep 23, 2022

Yes, reproduces with git checkout c1c4cc2deed677f7abcb558713aaf7ee7b4be2ab (and it parent) also, and noticed one extra thing, it only happens with GLES3 backend and not with GLES2 one.

@Calinou
Copy link
Member

Calinou commented Sep 23, 2022

and noticed one extra thing, it only happens with GLES3 backend and not with GLES2 one.

This is expected, as global illumination (GIProbe) is only supported with GLES3, not GLES2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants