- Home /
Polygon rendering problem
I am working on a space game and strange thing happends occasionaly at certain angle or just sometimes. I noticed this on bigger in game object meshs (planets and big ships) It seems like somehow some polygons are not rendered. Does anyone have an idea what can cause this, or how to make it work?
![alt text][1] [1]: /storage/temp/15067-polygon+fail.png
You render transparent objects and they do not order in the order that you expect?
I have one object with uv mapping texture applied into it , i dont use transparent texture.
Did you make the model yourself? And which software did you use?
In Blender its an issue with non-manifold mesh, or your normals need to be recalculated.
How much vertex does your mesh actually has? If I remember well, Unity has a limit of 65$$anonymous$$ vertices per mesh. So if your mesh is bigger than that it could cause a problem.
Unity has 65$$anonymous$$ limit, but if it encounters bigger than that mesh it will split into multiple meshes. No geometry will be lost. I implemented that for Unity 3.5 or 4.0.
Your answer

Follow this Question
Related Questions
loading planets/ rendering distances (KSP planet) 1 Answer
TrailRenderer not rendering 0 Answers
Scene rendering problem on iOS and Android. 0 Answers