mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
Implemented picker for color map
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user