Thread
:
eXtensible World File
View Single Post
#
15
10-03-2004, 06:12 AM
jbb
Hill Giant
Join Date: Mar 2003
Location: UK
Posts: 242
Code:
struct Vertex { double x, y, z; // Position double u, v; // Texture coords };
You might want to add vertex normals to that.
jbb
View Public Profile
Send a private message to jbb
Find all posts by jbb