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