boyestrous / elite-vr-cockpit

A SteamVR Overlay providing a virtual throttle and joystick and holographic buttons for ship functions, with custom integration into Elite Dangerous
Other
21 stars 1 forks source link

controller bindings - display next to tracked hand #4

Closed boyestrous closed 1 year ago

boyestrous commented 1 year ago

List the bindings next to the tracked hand (ControllerPlane Texture)

boyestrous commented 1 year ago

Also need to combine the Text Renderer script and Overlay scripts into re-usable formats.

I ended up creating copies of these scripts for the button labels and the radial menu, but now I'm realizing they're basically the same. They'll be helpful here, so I'll combine/merge and then implement here as well...

boyestrous commented 1 year ago

closing for now. Not viable until other changes have been made. The Bindings classes are very tightly coupled with other core classes and I want to decouple them first...