Mount Fuji Engine  0.8b
MF_API void MFSetPosition ( float  x,
float  y,
float  z 
)

Sets the current vertex position.

Parameters
xThe x coordinate of the next vertex.
yThe y coordinate of the next vertex.
zThe z coordinate of the next vertex.
Returns
None.
Remarks
Setting the vertex position applies all current values to the current vertex and moves to the next vertex.