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

Multimesh rendering issues in grid like setup #10253

Closed
curly-brace opened this issue Aug 11, 2017 · 13 comments
Closed

Multimesh rendering issues in grid like setup #10253

curly-brace opened this issue Aug 11, 2017 · 13 comments

Comments

@curly-brace
Copy link

curly-brace commented Aug 11, 2017

godot version: e8192d4

here is pbr materials (toon settings, because default looked way to dark)
pbr
and here is simple diffuse shader (just aplying texture color)
diffuse

second looks much better, but still has that brown halo. also creates sort of growing seams between tiles

turning on 'unshaded' creates more interesting stuff
unshaded
seems like back faces render over the top

the color of that halo is set by the color of side faces (altering texture color here, changes halo color)

@akien-mga
Copy link
Member

OS, GPU, driver?

@curly-brace
Copy link
Author

well. may be i should add here a sample project. windows, gt710, latest driver (updated yesterday). i will post a project just in a minute

@akien-mga akien-mga changed the title rendering is broken rendering issue with 3D tiles [nvidia, Windows] Aug 11, 2017
@kubecz3k
Copy link
Contributor

related (maybe even duplicate) issue: #10149

@curly-brace
Copy link
Author

@curly-brace
Copy link
Author

that's not GridMap, that is MultiMesh. but i think this is not related

@curly-brace
Copy link
Author

@akien-mga i don't think that this is windows/nvidia only bug

@akien-mga
Copy link
Member

Well until someone confirms the bug on another OS or another driver, that's our best guess. Most rendering issues are driver-related, and drivers are OS-specific.

@akien-mga
Copy link
Member

akien-mga commented Aug 12, 2017

You can very well imagine that "rendering is broken" is a biased statement when it works great for most users (check the recent video showcasing rendering features). You can trust bug triagers to do their job as it should be done, we have experience :)

@curly-brace
Copy link
Author

i indeed do not insist 😃 but there are some very recent bugreports about rendering issues. but they are concerned pbr. and in my case there is something deeper (because custom shaders do not work either), so i assume that this is very general issue, but it may be treated wrong because of those tags 🙄

@eon-s
Copy link
Contributor

eon-s commented Aug 12, 2017

Here is on Ubuntu and AMDGPU, 2a6cdfa
exampleonamdgpu

@volzhs
Copy link
Contributor

volzhs commented Aug 12, 2017

Ubuntu 16.04 / NVIDIA GeForce GTX 670 with 376.66 proprietary driver ff2cb35

image

@kubecz3k kubecz3k changed the title rendering issue with 3D tiles [nvidia, Windows] Multimesh rendering issues in grid like setup Aug 18, 2017
@curly-brace
Copy link
Author

i've just were experimenting with shaders. and found out the same behaviour, back faces were rendered over the front with culling disabled. but when i've placed another sphere inside the sphere that used a shader, everything was fixed.

@Calinou
Copy link
Member

Calinou commented Jun 7, 2020

The texture artifacting issue is being tracked in #27837. Since this was reported back when Godot 3.0 wasn't even released, the rest is likely not relevant anymore in Godot 3.2. Please create a new issue if you can still reproduce this.

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

No branches or pull requests

7 participants