vertex_float1

Add a floating point value to a vertex.

Syntax:

vertex_float1(buffer, float);


Argument Description
buffer The buffer to write the information to.
float The input value.


Returns: N/A


Description

This function will add a floating point value to the vertex data. The vertex must have been formatted correctly to accept this using the vertex_format_add_custom function.


Example:

vertex_float1(buff, 0.05);

The above code will add a floating point value to the vertex data being defined.


Back: Building Primitives
Next: vertex_float2
© Copyright YoYo Games Ltd. 2018 All Rights Reserved