JSchpp12 / Starlight

A toy renderer utilizing Vulkan
0 stars 0 forks source link

CL: Move mesh loading logic #35

Open JSchpp12 opened 11 months ago

JSchpp12 commented 11 months ago

Currently all of the mesh loading from file logic is contained within the BasicObject class. There is now a geometryUtils class, move the logic there.