mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-04 19:12:42 +00:00
ENABLE_SLOPE_RENDERING - Fixed fragment shader when the thresholds are identical
This commit is contained in:
@@ -29,7 +29,7 @@ struct PrintBoxDetection
|
||||
struct SlopeDetection
|
||||
{
|
||||
bool active;
|
||||
// x = yellow z, y = red z
|
||||
// x = yellow, y = red
|
||||
vec2 z_range;
|
||||
mat3 volume_world_normal_matrix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user