On the project I’m working on, when you turn the camera in one direction an object becomes see through. Not the whole project but parts of it.
So if I move the camera to look at a wall, the corner might be missing or etc.
Anybody know how to fix this problem?
Is the camera is looking at the reverse side of the mesh in the places that become transparent? If so, it is just backface culling in operation. You need to double up the mesh to make it double-sided.
If this isn’t the problem then can you give any more information about when it is happening? Maybe with specific materials, camera directions, areas of mesh, etc?
Sometimes only specific faces will be backwards too. If so go to your modeling program and flip them.