Closed Stanlyhalo closed 3 years ago
I'm not sure to understand your question. Do you want to know how to make the road path display?
So for example, what if I wanted to make a gizmo dot/box that can be moved without the transform gizmo, along with this, draw a line between two objects and perhaps draw text.
I'm using dear imgui drawing features to render the gizmo. you can do the same. you need to transform 3d coordinates to 2d and render. feel free to check that out from imguizmo
Alright thanks. I'll check out how you guys are doing it since I'm also using dear imgui docking.
So in a few pictures/gifs you have on the readme page shows custom little gizmos for things like a road path or anything of sorts, how can I make my own gizmos using this?