.NET
q2m.txt
Associated article: A Windows 3D Model Viewerfor OpenGL
Tags: .NET
Published source code accompanying the article by Jawed Karim in which he presents a model viewer for use with OpenGL on Windows 95/NT. Also see Q2M-BIN.ZIP and Q2M-SRC.ZIP.
A Windows 3D Model Viewer for OpenGL
by Jawed Karim
Listing One
typedef struct
{
float x, y, z; /* coordinates */
} make_vertex_list;
Listing Two
typedef struct
{
int a, b, c; /* array indices */
int a_s, a_t, /* (s, t) texture ...


