Open Hexagon

Open Hexagon

lib_sliders
Showing 21-30 of 31 entries
< 1  2  3  4 >
Update: 16 Apr, 2021 @ 7:20pm

Made Manual Slider consistent with other sliders

Update: 16 Apr, 2021 @ 7:07pm

Square wave slider now supports different duty cycles besides 50%

Update: 16 Apr, 2021 @ 6:55pm

Added SliderPerlin and SliderNoise classes

Update: 15 Apr, 2021 @ 2:05pm

Changed how class instances are created.

Update: 11 Apr, 2021 @ 6:14am

Changing the period of a slider while the slider is running now smoothly transitions to the new period without causing the slider value to jump suddenly.

Update: 10 Apr, 2021 @ 4:52pm

Fixed typos because I'm stupid

Update: 10 Apr, 2021 @ 4:43pm

Added rest of setter and getter functions for consistency and safer assignment and retreval of values

Update: 8 Apr, 2021 @ 8:38pm

Added Slider:getValue() function for consistency and readability

Update: 8 Apr, 2021 @ 11:49am

Fixed dependency issue

Update: 8 Apr, 2021 @ 9:28am

Added manually controlled slider. Hid base Slider class