fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
230 stars 163 forks source link

Connected the sliders to the right directions #747

Closed nasimanousheh closed 1 year ago

nasimanousheh commented 1 year ago

In viz_ui_slider.py, both horizontal and vertical sliders were connected to horizontal movement "cube.SetPosition(value, 0, 0)". I created two functions for horizontal and vertical movements and connected them to the right sliders.