Posted By


antonmills on 01/26/10

Tagged


Statistics


Viewed 104 times
Favorited by 0 user(s)

OpenGL Triangle3D


/ Published in: Other
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. typedef struct {
  2. Vertex3D v1;
  3. Vertex3D v2;
  4. Vertex3D v3;
  5. } Triangle3D;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.