Blender V2.61 - r43446
|
#include "util_types.h"
Go to the source code of this file.
Defines | |
#define | SOBOL_BITS 32 |
#define | SOBOL_MAX_DIMENSIONS 21201 |
Functions | |
void | sobol_generate_direction_vectors (uint vectors[][SOBOL_BITS], int dimensions) |
#define SOBOL_BITS 32 |
Definition at line 26 of file sobol.h.
Referenced by Integrator::device_update(), and sobol_generate_direction_vectors().
#define SOBOL_MAX_DIMENSIONS 21201 |
Definition at line 27 of file sobol.h.
Referenced by sobol_generate_direction_vectors().
void sobol_generate_direction_vectors | ( | uint | vectors[][SOBOL_BITS], |
int | dimensions | ||
) |
Definition at line 21266 of file sobol.cpp.
References SobolDirectionNumbers::a, assert, i, L, SobolDirectionNumbers::m, SobolDirectionNumbers::s, SOBOL_BITS, and SOBOL_MAX_DIMENSIONS.
Referenced by Integrator::device_update().