Renamed sigmoid GUI params

This commit is contained in:
2025-01-15 18:21:43 +01:00
parent 6085a77c66
commit 1b32469a69
6 changed files with 23 additions and 14 deletions

View File

@@ -21,8 +21,8 @@ public:
int tfComboSelected;
int opacityK;
float opacityKReal;
float sigmoidOne;
float sigmoidTwo;
float sigmoidShift;
float sigmoidExp;
ImGuiIO io;