|
| WarpTest (WarpType warpType_, float parameterValue_, BSDF *bsdf_=nullptr, BSDFQueryRecord bRec_=BSDFQueryRecord(nori::Vector3f(), Point2f()), int xres_=kDefaultXres, int yres_=kDefaultYres) |
|
std::pair< bool, std::string > | run () |
|
std::pair< Point3f, float > | warpPoint (const Point2f &sample) |
|
void | generatePoints (int &pointCount, PointType pointType, nori::MatrixXf &positions, nori::MatrixXf &weights) |
|
|
static std::pair< BSDF *, BSDFQueryRecord > | create_microfacet_bsdf (float alpha, float kd, float bsdfAngle) |
|
|
WarpType | warpType |
|
float | parameterValue |
|
BSDF * | bsdf |
|
BSDFQueryRecord | bRec |
|
int | xres |
|
int | yres |
|
int | res |
|
std::unique_ptr< double[]> | obsFrequencies |
|
std::unique_ptr< double[]> | expFrequencies |
|
|
static const int | kDefaultXres = 51 |
|
static const int | kDefaultYres = 51 |
|
Definition at line 93 of file warptest.cpp.
The documentation for this struct was generated from the following file: