Creating full models using the buffer component

The buffer works just like a vertex buffer.
Add the stream names and data types that you want in your vertex program, and use them the way you like in your shader.

A small example is found here:

2 Likes