Added silhoutte gui control

This commit is contained in:
2025-01-15 20:31:40 +01:00
parent b4c7d3a7a5
commit d5df4ea188
5 changed files with 15 additions and 1 deletions

View File

@@ -73,6 +73,9 @@ extern __device__ int d_tfComboSelectedColor;
extern __device__ float d_opacityConst;
// samples per pixel
extern __device__ int d_samplesPerPixel;
// Silhouettes
extern __device__ bool d_showSilhouettes;
extern __device__ float d_silhouettesThreshold;
const int lenStopsPythonLike = 5;
const int lenStopsGrayscale = 2;