Capsule 3D Shape Component & Immediate Mode API
Hello,
First of all, lovely asset, thank you very much for making it! <3
I just thought that it'd be really nice if we were to be able to draw capsule shape via a component and immediate mode API.
It'd be really helpful, especially when debugging/developing CharacterController based component and movement systems.
I hope you'd consider this (if not, at least give us a few hints how can we achieve it on our own).
Thank you.
you can already do this with lines! set the geometry to Volumetric3D and you have a capsule :)