This repository was archived by the owner on Jun 7, 2025. It is now read-only.
Can't figure out a lighting/shadow issue with gltf scene including elements imported from Collada/sketchup #560
Unanswered
pillowtrucker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I add a directional light to my scene, I get a weird moiré pattern on any models that I had imported into blender from



.dae(Collada/sketchup) files. My workaround for the moment is to just not use lights or shadows, but that makes it look like I'm using some very primitive renderer. I asked on discord and it seems I'm missing mipmaps. I can't figure out why they're missing or how to regenerate them. In Blender, if I touch any settings for the material it just resets absolutely everything about it to the default. In the Blender preview, everything looks normal, it's only when I try to render the scene with rend3 do I get the artefacts. Searching elsewhere online I either get no response or information outdated by 10 years for when Blender actually had explicit settings for this and long before PBR became the de-facto standard.Here's a video of the problem: https://dai.ly/k14YzffPr0kKpOzOxbj
And some screenshots:
All reactions