Public Member Functions | |
| MLTSample (int maxLength) | |
Public Attributes | |
| CameraSample | cameraSample |
| float | lightNumSample |
| float | lightRaySamples [5] |
| vector< PathSample > | cameraPathSamples |
| vector< PathSample > | lightPathSamples |
| vector< LightingSample > | lightingSamples |
Definition at line 58 of file metropolis.cpp.
| MLTSample::MLTSample | ( | int | maxLength | ) | [inline] |
Definition at line 59 of file metropolis.cpp.
References cameraPathSamples, lightingSamples, and lightPathSamples.
Definition at line 66 of file metropolis.cpp.
Referenced by LargeStep(), MLTSample(), MetropolisRenderer::PathL(), and SmallStep().
Definition at line 64 of file metropolis.cpp.
Referenced by LargeStep(), MetropolisRenderer::PathL(), and SmallStep().
Definition at line 67 of file metropolis.cpp.
Referenced by LargeStep(), MLTSample(), MetropolisRenderer::PathL(), and SmallStep().
Definition at line 65 of file metropolis.cpp.
Referenced by LargeStep(), MetropolisRenderer::PathL(), and SmallStep().
Definition at line 66 of file metropolis.cpp.
Referenced by LargeStep(), MLTSample(), MetropolisRenderer::PathL(), and SmallStep().
| float MLTSample::lightRaySamples[5] |
Definition at line 65 of file metropolis.cpp.
Referenced by LargeStep(), MetropolisRenderer::PathL(), and SmallStep().
1.6.3