Tagged Questions
1
vote
2answers
126 views
Point[] and Tri not “could not be found”
Hi I'm trying to learn how to load a .obj file using OpenTK in windows Forms. I have seen a lot of examples out there, but I do see almost everyone uses List, and Point[]. Code example show these ...
0
votes
4answers
308 views
Missing triangles in model
I am having an issue where triangles in a model aren't being shown.
The left is wireframe, the right is the finished image. For some reason a bunch of the triangles aren't being shown.
The project ...