Radiance and irradiance lookup functions. More...
#include "ai_shaderglobals.h"Go to the source code of this file.
Functions | |
| AI_API AtRGB | AiIrradiance (const AtVector &p, const AtVector &n, int tid, uint32_t pid) |
| Irradiance lookup at a (point,normal) pair. More... | |
| AI_API AtRGB | AiRadiance (const AtVector &p, const AtVector &dir, const AtVector &n, AtNode *obj, uint32_t face, float u, float v, AtNode *shader, int tid, uint32_t pid) |
| Radiance lookup at a point. More... | |
Radiance and irradiance lookup functions.