This method of the Direct3dRMMeshBuilder Class adds a normal to a Direct3dRMMeshBuilder object.
public int addNormal(float x, float y, float z);
Returns the index of the normal.
x | The x component of the direction of the new normal |
y | The y component of the direction of the new normal |
z | The z component of the direction of the new normal. |