Photon Engine 2.0.0-beta
A physically based renderer.
|
This is the complete list of members for ph::TriFace, including all inherited members.
getIndex() const | ph::TriFace | inline |
getShadingNormals() const | ph::TriFace | inline |
getTexCoords() const | ph::TriFace | inline |
getVertices() const | ph::TriFace | inline |
hasShadingNormals() const | ph::TriFace | inline |
hasTexCoords() const | ph::TriFace | inline |
setShadingNormals(std::array< math::Vector3R, 3 > shadingNormals) | ph::TriFace | inline |
setTexCoords(std::array< math::Vector3R, 3 > texCoords) | ph::TriFace | inline |
TriFace(std::size_t index, std::array< math::Vector3R, 3 > vertices) | ph::TriFace | inline |