Add a bind to control backface culling
Is your feature request related to a problem? Please describe. There is a CLI option to control backface culling, but there is no interactive bind to control it yet. Lets add one.
Describe the solution you'd like
- Create a
cycle_backface_typecommand that cycle betweenvisible,hidden,defaultin interactor_impl.cxx - Add an interactive bind for it on
Ctrl+Bin interactor_impl.cxx - Add doc and tests
Additional context See https://github.com/f3d-app/f3d/pull/2404 for an example on how to add an interactive bind
Hi! I'd like to take this issue if no one else is working on it. I'm a beginner, but I’m willing to learn and follow the contribution guidelines.
Hi @isaccunha
Of course, please join our discord to get mentoring if needed :)
https://discord.f3d.app
Hi @isaccunha , need any help moving forward ?
Hey, I'm icee from Discord! I'm trying to debug the backface culling issue but without success. I'll try a bit more tomorrow and if I can't solve it, I'll inform you! Many thanks for asking!