Skip to content

Commit 4bdc9b6

Browse files
authored
Update multi-return sampling parameters to (3,19) (#299)
1 parent 922246a commit 4bdc9b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gpu/MultiReturn.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
#include <RGLFields.hpp>
1818

19-
#define MULTI_RETURN_BEAM_VERTICES 8
20-
#define MULTI_RETURN_BEAM_LAYERS 2
19+
#define MULTI_RETURN_BEAM_VERTICES 19
20+
#define MULTI_RETURN_BEAM_LAYERS 3
2121
#define MULTI_RETURN_BEAM_SAMPLES (1 + (MULTI_RETURN_BEAM_VERTICES * MULTI_RETURN_BEAM_LAYERS))
2222

2323
struct MultiReturnPointers

0 commit comments

Comments
 (0)