Hi, I’m trying to upload my GLB models into this project (hopefully you can see the code in your Sandbox): React App
I am trying to export my own model from blender and i have downloaded several examples from sketchfab, but for some reason the models are always turns out completely homogeneous and black. even though everything looks fine in blender, the textures are in place. maybe i should add some light source to the project?
currently this model is added to the middle portal: Spiderman Noir Tea Set - Download Free 3D model by Chaitanya Krishnan (@chaitanyak) [bd40f5e] - Sketchfab
Any suggestions or ideas would be very welcome! Thanks!
if you have no lights the models will be black, you must always add lights. if you have metallic surfaces you need environment maps. what you have there are portals, a portal is like a separate scene, so just because you have <ambientLight /> mounted in the canvas doesn’t mean it applies in your portals. so add them there as well, same for the environment.