c# - Building half a sphere, I get a hole at the tip. How do I set the triangles? -
I am creating a dome and it's great, it's just that I do not know that from the last corner How to connect When setting the triangle, the corners at the top run like this:
for (int i = 0; i
and triangle setup:
for (int i = 0; i
Once again, the very top head is not connected with its neighbors, I get a hole on the tip.
The triangle was not visible at the very top, I was getting a hole at the top. I decided to manually add a head, in the middle, and add it to my neighbors. Anyways, thanks!
Comments
Post a Comment