Photon Engine 2.0.0-beta
A physically based renderer.
|
This is the complete list of members for ph::HitInfo, including all inherited members.
computeBases() | ph::HitInfo | inline |
getdNdU() const | ph::HitInfo | inline |
getdNdV() const | ph::HitInfo | inline |
getdPdU() const | ph::HitInfo | inline |
getdPdV() const | ph::HitInfo | inline |
getGeometryBasis() const | ph::HitInfo | inline |
getGeometryNormal() const | ph::HitInfo | inline |
getPos() const | ph::HitInfo | inline |
getShadingBasis() const | ph::HitInfo | inline |
getShadingNormal() const | ph::HitInfo | inline |
HitInfo() | ph::HitInfo | |
setAttributes(const math::Vector3R &pos, const math::Vector3R &geometryNormal, const math::Vector3R &shadingNormal) | ph::HitInfo | inline |
setDerivatives(const math::Vector3R &dPdU, const math::Vector3R &dPdV, const math::Vector3R &dNdU, const math::Vector3R &dNdV) | ph::HitInfo | inline |