#include <mitsuba/render/scene.h>Go to the source code of this file.
Classes | |
| struct | mitsuba::EndpointRecord |
| Data record associated with path endpoints (aka supernodes) in the path-space framework. More... | |
Namespaces | |
| mitsuba | |
Macros | |
| #define | __MITSUBA_BIDIR_COMMON_H_ |
| #define | MTS_BD_DEBUG 1 |
| Activates extra debugging checks in the bidirectional layer. More... | |
| #define | BDAssert(expr) SAssert(expr) |
| #define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
| #define __MITSUBA_BIDIR_COMMON_H_ |
| #define BDAssert | ( | expr | ) | SAssert(expr) |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a) > (b) ? (a) : (b)) |
| #define MTS_BD_DEBUG 1 |
Activates extra debugging checks in the bidirectional layer.