#include "pbrt.h"#include "shape.h"#include "geometry.h"Go to the source code of this file.
Classes | |
| class | NURBS |
Functions | |
| NURBS * | CreateNURBSShape (const Transform *o2w, const Transform *w2o, bool ReverseOrientation, const ParamSet ¶ms) |
| NURBS* CreateNURBSShape | ( | const Transform * | o2w, | |
| const Transform * | w2o, | |||
| bool | ReverseOrientation, | |||
| const ParamSet & | params | |||
| ) |
Definition at line 300 of file nurbs.cpp.
References Assert, ParamSet::FindFloat(), ParamSet::FindOneFloat(), ParamSet::FindOneInt(), ParamSet::FindPoint(), and P.
Referenced by MakeShape().
1.6.3