update_vertex_buffer
- update_vertex_buffer(data, buffer)[source]
Update a vertex buffer with new data.
- Parameters:
- datalist[float]
A flat list of floats.
- bufferint
The ID of the buffer.
Update a vertex buffer with new data.
A flat list of floats.
The ID of the buffer.