<mesh autosmooth = "yes|no if automatic smoothing is applied"
<points>
<p x = "point x position"
y = "point y position"
z = "point z position" />
... repeat for each point in mesh...
</points>
<faces>
<f a = "point 1 index"
b = "point 2 index"
c = "point 3 index"
d = "point 4 index"
u_a = "u mapping for point 1"
v_a = "v mapping for point 1"
u_b = "u mapping for point 2"
v_b = "v mapping for point 2"
u_c = "u mapping for point 3"
v_c = "v mapping for point 3"
u_d = "u mapping for point 4"
v_d = "v mapping for point 4" />
... repeat for each face in mesh ...
</faces>
</mesh> |