public Vertex(Vector ppos) { pos = ppos.Clone(); }
public Vertex(Vector ppos, float u, float v) { pos = ppos.Clone(); this.Tu = u; this.Tv = v; }