/ Published in: Other
A C struct that supports 3 Vertex3D for use with OpenGL triangles
Expand |
Embed | Plain Text
typedef struct { Vertex3D v1; Vertex3D v2; Vertex3D v3; } Triangle3D;
Comments
Subscribe to comments
You need to login to post a comment.

could you show me how to compile opengl?