JSchpp12 / Starlight

A toy renderer utilizing Vulkan
0 stars 0 forks source link

Rework of index+vert handling #15

Closed JSchpp12 closed 1 year ago

JSchpp12 commented 1 year ago

The thought of using a "triangle" class makes sense on the surface. But is causing issues if verts need to be shared between triangles. Rework this.