Return to Snippet

Revision: 22930
at January 26, 2010 05:15 by antonmills


Initial Code
typedef struct {
    Vertex3D v1;
    Vertex3D v2;
    Vertex3D v3;
} Triangle3D;

Initial URL

                                

Initial Description
A C struct that supports 3 Vertex3D for use with OpenGL triangles

Initial Title
OpenGL Triangle3D

Initial Tags

                                

Initial Language
Other