Kaiju Engine (issue #40) - Create the standard vertex layout for rendering

1 year ago
15

This creates a Vertex structure and the associated code to load it up for rendering. The renderer is modified to have the create mesh function. Meshes are bare minimum right now as the focus was on the vertex layout. I also added Color, Color8, and Vec4i helper structs into the matrix library.

https://github.com/KaijuEngine/kaiju/pull/41

Loading comments...