Skip to content

Commit

Permalink
Adjust thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
sergcpp committed May 11, 2024
1 parent d570eb7 commit 3528423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_materials.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ void test_complex_mat5_clipped(const char *arch_list[], const char *preferred_de

void test_complex_mat5_caching(const char *arch_list[], const char *preferred_device) {
const int SampleCount = 31;
const int PixThres = 4697;
const int PixThres = 4676;

Ray::principled_mat_desc_t metal_mat_desc;
metal_mat_desc.base_texture = Ray::TextureHandle{0};
Expand Down

0 comments on commit 3528423

Please sign in to comment.