How to render a metalness texture? (React-three fiber, using gltfjsx) #3171
Unanswered
lucasandradegs
asked this question in
Q&A
Replies: 2 comments
-
@lucasandradegs hey i am having the same problem. did you ever figure this out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For anyone else who had this issue, it seems to be a problem with using BlenderKit metallic textures |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to render this 3D car model on my page, but it's being rendered completely black. Through Blender, when I set the metallic texture to 0, it does render the color of the car, but it doesn't look as nice as when metallic is active. Is react-three-fiber not able to render models with metallic color? Thanks.
With metalic texture:
Wihout metalic texture:
What I'm doing to render:
npx gltfjsx public/models/colored6.glb
git repo: https://github.com/lucasandradegs/react-three-fiber
Beta Was this translation helpful? Give feedback.
All reactions