The D3dTLVertex Class contains the following constructors:
D3dTLVertex()
D3dTLVertex(float sx, float sy, float sz, float rhw, int color, int specular float tu, float tv)
Creates a D3dTLVertex object with uninitialized fields.
public D3dTLVertex();
Creates a D3dTLVertex object with fields set to values specified by the user.
public D3dTLVertex(float sx, float sy, float sz, float rhw, int color, int specular float tu, float tv);
sx | A float that initializes the sx field. |
sy | A float that initializes the sy field. |
sz | A float that initializes the sz field. |
rhw | A float that initializes the rhw field. |
color | An int that initializes the color field. |
specular | An int that initializes the specular field. |
tu | A float that initializes the tu field. |
tv | A float that initializes the tv field. |