(wip): combobox for transfer function

This commit is contained in:
2025-01-14 16:43:48 +01:00
parent db1b1a60ca
commit 5ccc9b0fe2
5 changed files with 27 additions and 3 deletions

View File

@@ -63,6 +63,8 @@ extern __device__ float d_opacityK;
// sigmoid function variables
extern __device__ float d_sigmoidOne;
extern __device__ float d_sigmoidTwo;
// combo box index
extern __device__ int d_tfComboSelected;
const int lenStopsPythonLike = 5;
const int lenStopsGrayscale = 2;