JSchpp12 / Starlight

A toy renderer utilizing Vulkan
0 stars 0 forks source link

FEAT: Bounding Boxes #40

Closed JSchpp12 closed 10 months ago

JSchpp12 commented 10 months ago

Add the ability to render bounding boxes around objects. Would like to first implement axis aligned bounding boxes. Then if time allows, implement arbitrary bounding boxes.

Use Cases

  1. Render a bounding box around an object. Would be great for debugging.