#include "pbrt.h"#include "spectrum.h"#include "texture.h"Go to the source code of this file.
Classes | |
| class | MIPMap< T > |
| struct | MIPMap< T >::ResampleWeight |
Defines | |
| #define | WEIGHT_LUT_SIZE 128 |
Enumerations | |
| enum | ImageWrap { TEXTURE_REPEAT, TEXTURE_BLACK, TEXTURE_CLAMP } |
| #define WEIGHT_LUT_SIZE 128 |
Definition at line 96 of file mipmap.h.
Referenced by MIPMap< T >::EWA(), and MIPMap< T >::MIPMap().
1.6.3