JSchpp12 / Starlight

A toy renderer utilizing Vulkan
0 stars 0 forks source link

Combine GameObject+RenderObject #7

Closed JSchpp12 closed 1 year ago

JSchpp12 commented 1 year ago

The game object class and the render object classes being separated prevents flexibility to user in application side. These should be combined so that a user might easily inherit from the new class and create new objects.