void twTranslate(twTriple v) { glTranslatef(v[0],v[1],v[2]); }