I have a react three fiber component from a GLTF model I created in Blender. When I apply a material, it becomes invisible at different angles.
In blender it looks fine, so it seems that maybe it is something to do with adding a material via react three fiber causing the problem. Also when there is no material applied via React Three Fiber, there is no problem, it looks as it does in Blender. So is there any way to Conditionally apply materials to a mesh, without causing this strange invisiblity problem?
Really appreciate any help. Thanks.