View Single Post
  #15  
Old 10-03-2004, 06:12 AM
jbb
Hill Giant
 
Join Date: Mar 2003
Location: UK
Posts: 242
Default

Code:
struct Vertex {
  double x, y, z; // Position
  double u, v; // Texture coords
};
You might want to add vertex normals to that.
Reply With Quote