public ccV3F_C4B_T2F() { vertices = new ccVertex3F(); colors = new ccColor4B(); texCoords = new ccTex2F(); }
public static ccTex2F tex2(float u, float v) { ccTex2F t = new ccTex2F(u, v); return t; }
public ccV2F_C4F_T2F() { vertices = new ccVertex2F(); colors = new ccColor4F(); texCoords = new ccTex2F(); }