

Public Member Functions | |
| SkyIntegrator (float sSize, float a, float ss, float t) | |
| virtual bool | preprocess () |
| colorA_t | skyTau (const ray_t &ray) const |
| colorA_t | skyTau (const ray_t &ray, float beta, float alpha) const |
| virtual colorA_t | transmittance (renderState_t &state, ray_t &ray) const |
| virtual colorA_t | integrate (renderState_t &state, ray_t &ray) const |
Static Public Member Functions | |
| static integrator_t * | factory (paraMap_t ¶ms, renderEnvironment_t &render) |
Definition at line 36 of file SkyIntegrator.cc.
| SkyIntegrator::SkyIntegrator | ( | float | sSize, | |
| float | a, | |||
| float | ss, | |||
| float | t | |||
| ) | [inline] |
Definition at line 50 of file SkyIntegrator.cc.
| static integrator_t* SkyIntegrator::factory | ( | paraMap_t & | params, | |
| renderEnvironment_t & | render | |||
| ) | [inline, static] |
Definition at line 234 of file SkyIntegrator.cc.
| virtual colorA_t SkyIntegrator::integrate | ( | renderState_t & | state, | |
| ray_t & | ray | |||
| ) | const [inline, virtual] |
Implements volumeIntegrator_t.
Definition at line 160 of file SkyIntegrator.cc.
| virtual bool SkyIntegrator::preprocess | ( | ) | [inline, virtual] |
Reimplemented from volumeIntegrator_t.
Definition at line 81 of file SkyIntegrator.cc.
Definition at line 130 of file SkyIntegrator.cc.
Definition at line 86 of file SkyIntegrator.cc.
| virtual colorA_t SkyIntegrator::transmittance | ( | renderState_t & | state, | |
| ray_t & | ray | |||
| ) | const [inline, virtual] |
Implements volumeIntegrator_t.
Definition at line 150 of file SkyIntegrator.cc.
1.6.1