I have this issue where SIDES of perfectly aligned meshes, turn into black dots and lines at certain angles. The issue is caused by the SIDE of the mesh, being visible through the front of the mesh.
As a result, it would be cool if i could do some culling on the triangles that make up the side of the mesh (I would imagine i place an invisible collision box, and instruct unity to not render ANY tri's within the collision box)
However, i cannot for the life of me, find a way to do this (preferable at runtime as well!)
Unity proves that it is possible, as the FAR and NEAR clipping plane of the camera use this technique (if i set the FAR plane just behind my wall's front, the sides stop being rendered, and the black dots and lines go away) So i am certain we must be able to do this.
Anyone any idea on what i could try?
Thanks in advance, Smiley