PBRT
|
Public Member Functions | |
Scene (Primitive *accel, const vector< Light * > <s, VolumeRegion *vr) | |
bool | Intersect (const Ray &ray, Intersection *isect) const |
bool | IntersectP (const Ray &ray) const |
const BBox & | WorldBound () const |
Public Attributes | |
Primitive * | aggregate |
vector< Light * > | lights |
VolumeRegion * | volumeRegion |
BBox | bound |