|
Blender
V2.93
|
Go to the source code of this file.
Classes | |
| struct | SobolDirectionNumbers |
Macros | |
| #define | SOBOL_MAX_NUMBER 32 |
Typedefs | |
| typedef struct SobolDirectionNumbers | SobolDirectionNumbers |
Functions | |
| void | sobol_generate_direction_vectors (uint vectors[][SOBOL_BITS], int dimensions) |
Variables | |
| static const SobolDirectionNumbers | SOBOL_NUMBERS [SOBOL_MAX_DIMENSIONS - 1] |
| typedef struct SobolDirectionNumbers SobolDirectionNumbers |
| void sobol_generate_direction_vectors | ( | uint | vectors[][SOBOL_BITS], |
| int | dimensions | ||
| ) |
Definition at line 21269 of file sobol.cpp.
References SobolDirectionNumbers::a, Freestyle::a, L, SobolDirectionNumbers::m, SobolDirectionNumbers::s, SOBOL_BITS, SOBOL_MAX_DIMENSIONS, SOBOL_NUMBERS, and v.
|
static |
Definition at line 65 of file sobol.cpp.
Referenced by sobol_generate_direction_vectors().