OpenVDB
12.0.0
|
This is the complete list of members for PerspectiveCamera, including all inherited members.
BaseCamera(Film &film, const Vec3R &rotation, const Vec3R &translation, double frameWidth, double nearPlane, double farPlane) | BaseCamera | inline |
fieldOfViewToFocalLength(double fov, double aperture) | PerspectiveCamera | inlinestatic |
focalLengthToFieldOfView(double length, double aperture) | PerspectiveCamera | inlinestatic |
getRay(size_t i, size_t j, double iOffset=0.5, double jOffset=0.5) const override | PerspectiveCamera | inlinevirtual |
height() const | BaseCamera | inline |
initRay(double t0, double t1) | BaseCamera | inlineprotected |
lookAt(const Vec3R &xyz, const Vec3R &up=Vec3R(0.0, 1.0, 0.0)) | BaseCamera | inline |
mFilm | BaseCamera | protected |
mRay | BaseCamera | protected |
mScaleHeight | BaseCamera | protected |
mScaleWidth | BaseCamera | protected |
mScreenToWorld | BaseCamera | protected |
PerspectiveCamera(Film &film, const Vec3R &rotation=Vec3R(0.0), const Vec3R &translation=Vec3R(0.0), double focalLength=50.0, double aperture=41.2136, double nearPlane=1e-3, double farPlane=std::numeric_limits< double >::max()) | PerspectiveCamera | inline |
pixel(size_t i, size_t j) | BaseCamera | inline |
rasterToScreen(double i, double j, double z) const | BaseCamera | inline |
width() const | BaseCamera | inline |
~BaseCamera() | BaseCamera | inlinevirtual |
~PerspectiveCamera() override=default | PerspectiveCamera |