Implemented picker for color map

This commit is contained in:
2025-01-15 19:44:16 +01:00
parent 33365a26a7
commit 4b95bb728d
5 changed files with 44 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ extern __device__ float d_sigmoidShift;
extern __device__ float d_sigmoidExp;
// combo box index
extern __device__ int d_tfComboSelected;
extern __device__ int d_tfComboSelectedColor;
// constant opacity option
extern __device__ float d_opacityConst;