#include "stdafx.h"#include "shapes/sphere.h"#include "montecarlo.h"#include "paramset.h"Go to the source code of this file.
Functions | |
| Sphere * | CreateSphereShape (const Transform *o2w, const Transform *w2o, bool reverseOrientation, const ParamSet ¶ms) |
| Sphere* CreateSphereShape | ( | const Transform * | o2w, | |
| const Transform * | w2o, | |||
| bool | reverseOrientation, | |||
| const ParamSet & | params | |||
| ) |
Definition at line 209 of file sphere.cpp.
References ParamSet::FindOneFloat().
Referenced by MakeShape().
1.6.3